Explorar o código

Hashed in more flags

Brian Fiete %!s(int64=4) %!d(string=hai) anos
pai
achega
1c1cb1ac49
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      IDEHelper/Backend/BeModule.cpp

+ 7 - 1
IDEHelper/Backend/BeModule.cpp

@@ -564,7 +564,13 @@ void BeFunction::HashContent(BeHashContext& hashCtx)
 	hashCtx.Mixin(TypeId);
 	hashCtx.Mixin(TypeId);
 	hashCtx.MixinStr(mName);
 	hashCtx.MixinStr(mName);
 	hashCtx.Mixin(mLinkageType);
 	hashCtx.Mixin(mLinkageType);
-	hashCtx.Mixin(mAlwaysInline);	
+	hashCtx.Mixin(mAlwaysInline);
+	hashCtx.Mixin(mNoUnwind);
+	hashCtx.Mixin(mUWTable);
+	hashCtx.Mixin(mNoReturn);
+	hashCtx.Mixin(mNoFramePointerElim);
+	hashCtx.Mixin(mIsDLLExport);
+	hashCtx.Mixin(mIsDLLImport);
 	hashCtx.Mixin(mCallingConv);
 	hashCtx.Mixin(mCallingConv);
 
 
 	for (auto block : mBlocks)
 	for (auto block : mBlocks)