urm, yeah, bracket fixed. hrm. ah well.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@985 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
63b7296630
commit
1b5c97bd31
4 changed files with 4 additions and 4 deletions
|
@ -651,7 +651,7 @@ reeval:
|
|||
|
||||
//array/structure reading/riting.
|
||||
case OP_GLOBALADDRESS:
|
||||
OPC->_int = (int)(&OPA->_int) + OPB->_int);
|
||||
OPC->_int = (int)(&OPA->_int) + OPB->_int;
|
||||
break;
|
||||
case OP_POINTER_ADD: //pointer to 32 bit (remember to *3 for vectors)
|
||||
OPC->_int = OPA->_int + OPB->_int*4;
|
||||
|
|
|
@ -651,7 +651,7 @@ reeval:
|
|||
|
||||
//array/structure reading/riting.
|
||||
case OP_GLOBALADDRESS:
|
||||
OPC->_int = (int)(&OPA->_int) + OPB->_int);
|
||||
OPC->_int = (int)(&OPA->_int) + OPB->_int;
|
||||
break;
|
||||
case OP_POINTER_ADD: //pointer to 32 bit (remember to *3 for vectors)
|
||||
OPC->_int = OPA->_int + OPB->_int*4;
|
||||
|
|
|
@ -651,7 +651,7 @@ reeval:
|
|||
|
||||
//array/structure reading/riting.
|
||||
case OP_GLOBALADDRESS:
|
||||
OPC->_int = (int)(&OPA->_int) + OPB->_int);
|
||||
OPC->_int = (int)(&OPA->_int) + OPB->_int;
|
||||
break;
|
||||
case OP_POINTER_ADD: //pointer to 32 bit (remember to *3 for vectors)
|
||||
OPC->_int = OPA->_int + OPB->_int*4;
|
||||
|
|
|
@ -651,7 +651,7 @@ reeval:
|
|||
|
||||
//array/structure reading/riting.
|
||||
case OP_GLOBALADDRESS:
|
||||
OPC->_int = (int)(&OPA->_int) + OPB->_int);
|
||||
OPC->_int = (int)(&OPA->_int) + OPB->_int;
|
||||
break;
|
||||
case OP_POINTER_ADD: //pointer to 32 bit (remember to *3 for vectors)
|
||||
OPC->_int = OPA->_int + OPB->_int*4;
|
||||
|
|
Loading…
Reference in a new issue