summaryrefslogtreecommitdiff
path: root/backend/src/backend/gen_context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/backend/gen_context.hpp')
-rw-r--r--backend/src/backend/gen_context.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/backend/gen_context.hpp b/backend/src/backend/gen_context.hpp
index 3593d66b..2c97092d 100644
--- a/backend/src/backend/gen_context.hpp
+++ b/backend/src/backend/gen_context.hpp
@@ -163,7 +163,7 @@ namespace gbe
void emitSpillRegInstruction(const SelectionInstruction &insn);
void emitUnSpillRegInstruction(const SelectionInstruction &insn);
void emitGetImageInfoInstruction(const SelectionInstruction &insn);
- void emitI64MULInstruction(const SelectionInstruction &insn);
+ virtual void emitI64MULInstruction(const SelectionInstruction &insn);
void emitI64DIVREMInstruction(const SelectionInstruction &insn);
void scratchWrite(const GenRegister header, uint32_t offset, uint32_t reg_num, uint32_t reg_type, uint32_t channel_mode);
void scratchRead(const GenRegister dst, const GenRegister header, uint32_t offset, uint32_t reg_num, uint32_t reg_type, uint32_t channel_mode);