summaryrefslogtreecommitdiff
path: root/backend/src/backend/context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/backend/context.cpp')
-rw-r--r--backend/src/backend/context.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/src/backend/context.cpp b/backend/src/backend/context.cpp
index 5e33ddd6..59ccc79d 100644
--- a/backend/src/backend/context.cpp
+++ b/backend/src/backend/context.cpp
@@ -354,6 +354,8 @@ namespace gbe
this->kernel = this->allocateKernel();
this->kernel->simdWidth = this->simdWidth;
this->buildArgList();
+ if (fn.labelNum() > 0xffff)
+ this->useDWLabel = true;
if (usedLabels.size() == 0)
this->buildUsedLabels();
if (JIPs.size() == 0)