mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
fix macosx arch=i386 process=interpret build
This commit is contained in:
parent
374a39651b
commit
ce1a5f5c28
@ -1288,7 +1288,7 @@ loop:
|
||||
}
|
||||
goto loop;
|
||||
|
||||
case dup: {
|
||||
case vm::dup: {
|
||||
if (DebugStack) {
|
||||
fprintf(stderr, "dup\n");
|
||||
}
|
||||
@ -1323,7 +1323,7 @@ loop:
|
||||
}
|
||||
goto loop;
|
||||
|
||||
case dup2: {
|
||||
case vm::dup2: {
|
||||
if (DebugStack) {
|
||||
fprintf(stderr, "dup2\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user