mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 20:23:39 +08:00
Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrame
to match Microsoft's definitions. llvm-svn: 132112
This commit is contained in:
@@ -30,7 +30,7 @@ enum UnwindOpcodes {
|
||||
UOP_SetFPReg,
|
||||
UOP_SaveNonVol,
|
||||
UOP_SaveNonVolBig,
|
||||
UOP_SaveXMM128,
|
||||
UOP_SaveXMM128 = 8,
|
||||
UOP_SaveXMM128Big,
|
||||
UOP_PushMachFrame
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user