From 329cf66e84ae73422e954d493b610aa501902d0c Mon Sep 17 00:00:00 2001 From: Charles Davis Date: Thu, 26 May 2011 05:24:15 +0000 Subject: [PATCH] Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrame to match Microsoft's definitions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132112 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Win64EH.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/Win64EH.h b/include/llvm/Support/Win64EH.h index dc9156be568..8d74e10be00 100644 --- a/include/llvm/Support/Win64EH.h +++ b/include/llvm/Support/Win64EH.h @@ -30,7 +30,7 @@ enum UnwindOpcodes { UOP_SetFPReg, UOP_SaveNonVol, UOP_SaveNonVolBig, - UOP_SaveXMM128, + UOP_SaveXMM128 = 8, UOP_SaveXMM128Big, UOP_PushMachFrame }; -- 2.34.1