* wow64.cc (wow64_revert_to_original_stack): Fix comment.

* wow64.h (wow64_respawn_process): Declare noreturn.
This commit is contained in:
Corinna Vinschen
2011-12-17 10:05:25 +00:00
parent ce3318344c
commit d329320822
3 changed files with 9 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ extern bool NO_COPY wow64_has_64bit_parent;
extern bool wow64_test_for_64bit_parent ();
extern PVOID wow64_revert_to_original_stack (PVOID &allocationbase);
extern void wow64_respawn_process ();
extern void wow64_respawn_process () __attribute__ ((noreturn));