mirror of
https://github.com/corda/corda.git
synced 2025-02-02 17:21:06 +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)
|
lwz r8,44(r1)
|
||||||
|
|
||||||
LOCAL(void):
|
LOCAL(void):
|
||||||
cmplw VOID_TYPE,r8
|
cmplwi r8,VOID_TYPE
|
||||||
bne LOCAL(int64)
|
bne LOCAL(int64)
|
||||||
b LOCAL(exit)
|
b LOCAL(exit)
|
||||||
|
|
||||||
LOCAL(int64):
|
LOCAL(int64):
|
||||||
cmplw INT64_TYPE,r8
|
cmplwi r8,INT64_TYPE
|
||||||
bne LOCAL(int32)
|
bne LOCAL(int32)
|
||||||
b LOCAL(exit)
|
b LOCAL(exit)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user