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

Unified Diff: src/IceInstMIPS32.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/IceInstMIPS32.h
diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h
index e4265985345c8756eab64d48bdf54f45ba2b7e63..dda81413933b7bc2d4d3aa6baac03983b1163067 100644
--- a/src/IceInstMIPS32.h
+++ b/src/IceInstMIPS32.h
@@ -33,7 +33,7 @@ class InstMIPS32 : public InstTarget {
InstMIPS32 &operator=(const InstMIPS32 &) = delete;
public:
- enum InstKindMIPS32 { k__Start = Inst::Target, Ret };
+ enum InstKindMIPS32 { k__Start = Inst::Target0, Ret };
static const char *getWidthString(Type Ty);

Powered by Google App Engine
This is Rietveld 408576698