X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Finclude%2Fvm8086.h;h=7c8dd47dd842c782ac462b7d9ccf6a81eae29b6f;hb=05e8b329edc7c55eec967c3caba1982c173025e3;hp=353ad7a310dbd3bac98f81d16b1713462d04003e;hpb=745b0dcc28d1d7765fe4d3beb0090acd75dfec50;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/include/vm8086.h b/Kernel/arch/x86/include/vm8086.h index 353ad7a3..7c8dd47d 100644 --- a/Kernel/arch/x86/include/vm8086.h +++ b/Kernel/arch/x86/include/vm8086.h @@ -56,7 +56,7 @@ extern void *VM8086_Allocate(tVM8086 *State, int Size, Uint16 *Segment, Uint16 * * \param Offset Source Offset * \return Host pointer to the emulated memory */ -extern void *VM8086_GetPointer(tVM8086 *State, Uint16 Segment, Uint16 Ofs); +extern void *VM8086_GetPointer(tVM8086 *State, Uint16 Segment, Uint16 Offset); /** * \brief Calls a real-mode interrupt described by the current state of the IVT. * \param State Emulator State