mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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)
|
||||
#endif
|
||||
#else
|
||||
#define loadWord(addr) *((int *)addr)
|
||||
#define loadWord(addr) LittleLong(*((int *)addr))
|
||||
#endif
|
||||
|
||||
char *VM_Indent( vm_t *vm ) {
|
||||
|
|
Loading…
Reference in a new issue