diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/compiler/Frontend.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Frontend.cc b/src/compiler/Frontend.cc index ab940af017..2484101d28 100644 --- a/src/compiler/Frontend.cc +++ b/src/compiler/Frontend.cc @@ -821,6 +821,7 @@ CompiledMethod* compileMethod(Compiler& compiler, cUnit->context = context; cUnit->intrinsic_helper = intrinsic_helper; cUnit->irb = irb; + cUnit->gbcOnly = gbcOnly; if (cUnit->instructionSet == kThumb2) { // TODO: remove this once x86 is tested cUnit->genBitcode = true; |