mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 00:51:17 +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…
Add table
Add a link
Reference in a new issue