]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseStackCheckLib/BaseStackCheckGcc.c
MdePkg BaseStackCheckLib: Correct style of file header
[mirror_edk2.git] / MdePkg / Library / BaseStackCheckLib / BaseStackCheckGcc.c
index ecf77f07392cf69c756b59416813b5b38c92ece6..4cd0d4ce30f8dd87feaeedf546324339019b028f 100644 (file)
@@ -23,7 +23,7 @@
 #include <Library/PcdLib.h>\r
 \r
 /// "canary" value that is inserted by the compiler into the stack frame.\r
-VOID *__stack_chk_guard = (VOID*)FixedPcdGet64 (PcdBaseStackCanary);\r
+VOID *__stack_chk_guard = (VOID*)0x0AFF;\r
 \r
 // If ASLR was enabled we could use\r
 //void (*__stack_chk_guard)(void) = __stack_chk_fail;\r