Fixes to get things compiling on OSX again.
This commit is contained in:
@@ -602,7 +602,7 @@ void FunctionGenerator::FillRegisters() {
|
||||
}
|
||||
|
||||
// Note that we skip zero.
|
||||
for (int n = 0; n < XECOUNT(locals_.gpr); n++) {
|
||||
for (size_t n = 0; n < XECOUNT(locals_.gpr); n++) {
|
||||
if (locals_.gpr[n]) {
|
||||
b.CreateStore(LoadStateValue(
|
||||
offsetof(xe_ppc_state_t, r) + 8 * n,
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace xbdm {
|
||||
|
||||
|
||||
static KernelExport xbdm_export_table[] = {
|
||||
0,
|
||||
{ 0 },
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user