|
@@ -120,9 +120,9 @@ var
|
|
g32: longint;
|
|
g32: longint;
|
|
begin
|
|
begin
|
|
GetIntVec(NearInt, OldNearIntVec);
|
|
GetIntVec(NearInt, OldNearIntVec);
|
|
- SetIntVec(NearInt, @IntNearHandler);
|
|
|
|
|
|
+ SetIntVec(NearInt, Ptr(Seg(IntNearHandler),Ofs(IntNearHandler)));
|
|
GetIntVec(FarInt, OldFarIntVec);
|
|
GetIntVec(FarInt, OldFarIntVec);
|
|
- SetIntVec(FarInt, @IntFarHandler);
|
|
|
|
|
|
+ SetIntVec(FarInt, Ptr(Seg(IntFarHandler),Ofs(IntFarHandler)));
|
|
|
|
|
|
asm
|
|
asm
|
|
int NearInt
|
|
int NearInt
|