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

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: Neater way to set Target_Max 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
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,

Powered by Google App Engine
This is Rietveld 408576698