summaryrefslogtreecommitdiff
path: root/backend/src/backend/sim_context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/backend/sim_context.hpp')
-rw-r--r--backend/src/backend/sim_context.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/backend/sim_context.hpp b/backend/src/backend/sim_context.hpp
index e660866c..c6dfa17b 100644
--- a/backend/src/backend/sim_context.hpp
+++ b/backend/src/backend/sim_context.hpp
@@ -47,7 +47,7 @@ namespace gbe
/*! Release everything needed */
~SimContext(void);
/*! Implements base class */
- virtual void emitCode(void);
+ virtual bool emitCode(void);
/*! Emit all the register declarations */
void emitRegisters(void);
/*! Load the curbe data into the registers */