mirror of
https://github.com/corda/corda.git
synced 2025-06-19 07:38:22 +00:00
fix x86->powerpc boot image cross build
This fixes the remaining cross-endian translation issues needed to build powerpc boot images on x86.
This commit is contained in:
@ -1783,6 +1783,10 @@ class MyArchitecture: public Assembler::Architecture {
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual int scratch() {
|
||||
return 5;
|
||||
}
|
||||
|
||||
virtual int stack() {
|
||||
return StackRegister;
|
||||
}
|
||||
|
Reference in New Issue
Block a user