Index: src/PNaClTranslator.cpp |
diff --git a/src/PNaClTranslator.cpp b/src/PNaClTranslator.cpp |
index 4f7a745626bcad64bf6ee3cbaf5e7170d6c837f9..6bef5701f15d366124692131f3c53b6472f8d3a3 100644 |
--- a/src/PNaClTranslator.cpp |
+++ b/src/PNaClTranslator.cpp |
@@ -299,7 +299,7 @@ public: |
Error(StrBuf.str()); |
Name = "??"; |
} |
- const uint64_t Offset = 0; |
+ const Ice::RelocOffsetT Offset = 0; |
C = getTranslator().getContext()->getConstantSym( |
getIcePointerType(), Offset, Name); |
ValueIDConstants[ID] = C; |