Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: src/IceInstX86Base.h

Issue 1311653003: Add UBSAN build option and fix undefined behaviour errors. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/IceInst.h ('K') | « src/IceInstMIPS32.h ('k') | src/IceOperand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceInstX86Base.h
diff --git a/src/IceInstX86Base.h b/src/IceInstX86Base.h
index b0eb1ad431c78344d7bc9ce16edddad877c69a92..c73ed24b0767e14ce4c69d6688bcebc1402dc005 100644
--- a/src/IceInstX86Base.h
+++ b/src/IceInstX86Base.h
@@ -37,7 +37,7 @@ public:
using Traits = MachineTraits<Machine>;
enum InstKindX86 {
- k__Start = Inst::Target,
+ k__Start = Inst::Target0,
Adc,
AdcRMW,
Add,
« src/IceInst.h ('K') | « src/IceInstMIPS32.h ('k') | src/IceOperand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698