mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 22:42:09 +00:00
* Fix to the VM interpreter on the linux ppc dedicated server
This commit is contained in:
parent
c5bdb034f2
commit
63fdc74843
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ static char *opnames[256] = {
|
||||||
#define loadWord(addr) __lwbrx(addr,0)
|
#define loadWord(addr) __lwbrx(addr,0)
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define loadWord(addr) *((int *)addr)
|
#define loadWord(addr) LittleLong(*((int *)addr))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
char *VM_Indent( vm_t *vm ) {
|
char *VM_Indent( vm_t *vm ) {
|
||||||
|
|
Loading…
Reference in a new issue