Fixed rebase for x64

This commit is contained in:
Alistair Leslie-Hughes
2020-06-02 14:04:28 +10:00
parent c81093882b
commit 6387991cc0
2 changed files with 18 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ index 29829bfb1c6..89a8e36410d 100644
+ /* fall-through */
+ default:
+ WINE_ERR( "Got unexpected trap %lld during process initialization\n", TRAP_sig(ucontext) );
+ abort_thread(1);
+ unix_funcs->abort_thread(1);
+ break;
+ }
+}