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.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/src/backend/gen_context.hpp b/backend/src/backend/gen_context.hpp
index 6ca88db1..560248ad 100644
--- a/backend/src/backend/gen_context.hpp
+++ b/backend/src/backend/gen_context.hpp
@@ -208,7 +208,6 @@ namespace gbe
/*! allocate a new curbe register and insert to curbe pool. */
void allocCurbeReg(ir::Register reg, gbe_curbe_type value, uint32_t subValue = 0);
- uint16_t a0[16];
virtual void setA0Content(uint16_t new_a0[16], uint16_t max_offset = 0, int sz = 0);
private: