* Fix to the VM interpreter on the linux ppc dedicated server
This commit is contained in:
parent
c5bdb034f2
commit
63fdc74843
|
|
@ -124,7 +124,7 @@ static char *opnames[256] = {
|
|||
#define loadWord(addr) __lwbrx(addr,0)
|
||||
#endif
|
||||
#else
|
||||
#define loadWord(addr) *((int *)addr)
|
||||
#define loadWord(addr) LittleLong(*((int *)addr))
|
||||
#endif
|
||||
|
||||
char *VM_Indent( vm_t *vm ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user