diff options
Diffstat (limited to 'EmulatorPkg/Unix/GdbRun')
-rw-r--r-- | EmulatorPkg/Unix/GdbRun | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/Unix/GdbRun b/EmulatorPkg/Unix/GdbRun index 14a398d62a..b2d6dccccb 100644 --- a/EmulatorPkg/Unix/GdbRun +++ b/EmulatorPkg/Unix/GdbRun @@ -28,7 +28,7 @@ define hook-stop if $_exitcode != 42 quit else - source SecMain.gdb + source Host.gdb end end |