Making --debug = false work.

This commit is contained in:
Ben Vanik
2014-01-06 22:46:21 -08:00
parent d1528e24bb
commit ff66064275
4 changed files with 15 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ public:
virtual void Reset();
int Emit(runtime::FunctionInfo* symbol_info);
int Emit(runtime::FunctionInfo* symbol_info, bool with_debug_info);
runtime::FunctionInfo* LookupFunction(uint64_t address);
Label* LookupLabel(uint64_t address);
@@ -73,6 +73,7 @@ private:
PPCFrontend* frontend_;
// Reset each Emit:
bool with_debug_info_;
runtime::FunctionInfo* symbol_info_;
uint64_t start_address_;
uint64_t instr_count_;