mirror of
https://github.com/corda/corda.git
synced 2025-01-23 04:48:09 +00:00
fix compare instruction syntax in compile-powerpc.S
This commit is contained in:
parent
324caaf98b
commit
a9e85e5de8
@ -119,12 +119,12 @@ LOCAL(test):
|
||||
lwz r8,44(r1)
|
||||
|
||||
LOCAL(void):
|
||||
cmplw VOID_TYPE,r8
|
||||
cmplwi r8,VOID_TYPE
|
||||
bne LOCAL(int64)
|
||||
b LOCAL(exit)
|
||||
|
||||
LOCAL(int64):
|
||||
cmplw INT64_TYPE,r8
|
||||
cmplwi r8,INT64_TYPE
|
||||
bne LOCAL(int32)
|
||||
b LOCAL(exit)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user