From bdcbe2cf3a8b4c8310be892aa9b6240b2e101570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Pi=C3=A9ton?= Date: Thu, 4 Apr 2019 20:42:50 +0200 Subject: [PATCH] Callfixup for _guard_dispatch_icall on x86-64-win Change goto to call As pointed out by @caheckman [here](https://github.com/NationalSecurityAgency/ghidra/pull/340#issuecomment-482248465) the `goto` should be a `call`. --- Ghidra/Processors/x86/data/languages/x86-64-win.cspec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Ghidra/Processors/x86/data/languages/x86-64-win.cspec b/Ghidra/Processors/x86/data/languages/x86-64-win.cspec index 56bb83b60c..5888a74950 100644 --- a/Ghidra/Processors/x86/data/languages/x86-64-win.cspec +++ b/Ghidra/Processors/x86/data/languages/x86-64-win.cspec @@ -147,4 +147,12 @@ + + + + + +