forked from KolibriOS/kolibrios
Bugfix for linux port
git-svn-id: svn://kolibrios.org@7545 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -9081,7 +9081,7 @@ COM_MOD *bmod;
|
||||
case tk_undefproc:
|
||||
|
||||
case tk_declare:
|
||||
|
||||
|
||||
op66(r16);
|
||||
|
||||
op(0x50); //push AX
|
||||
@@ -9136,7 +9136,7 @@ COM_MOD *bmod;
|
||||
|
||||
op(0x89); /* MOV CX,reg */
|
||||
|
||||
warningreg(regs[0][1]);
|
||||
warningreg(regs[0][1]);
|
||||
|
||||
op(0xC1+(unsigned int)itok.number*8); /* MOV instr */
|
||||
|
||||
@@ -9746,7 +9746,7 @@ newloop:
|
||||
|
||||
if(am32)idxregs[4]=255;
|
||||
|
||||
doeaxfloatmath(tk_reg32,reg,rrettype==tk_float?0:4);
|
||||
doeaxfloatmath(tk_reg32,reg,rrettype==tk_float?0:4);
|
||||
|
||||
next=0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user