diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-02-15 00:40:55 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-15 17:52:30 +0100 |
commit | b9890fe507efc65bdffc9f5ae984a6cb6ac2487f (patch) | |
tree | 4cc668cc6addfe3a63e2006baa84364d3994448d /i386/include | |
parent | c1da11e520e6454c7798dc0fbd715d8dce87ee27 (diff) | |
download | gnumach-b9890fe507efc65bdffc9f5ae984a6cb6ac2487f.tar.gz gnumach-b9890fe507efc65bdffc9f5ae984a6cb6ac2487f.tar.bz2 gnumach-b9890fe507efc65bdffc9f5ae984a6cb6ac2487f.zip |
Rename efl to rfl for x86_64 in struct i386_thread_state
Message-Id: <Y+xwZ63X1PHDJwTX@jupiter.tail36e24.ts.net>
Diffstat (limited to 'i386/include')
-rw-r--r-- | i386/include/mach/i386/thread_status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/include/mach/i386/thread_status.h b/i386/include/mach/i386/thread_status.h index 2d05947e..3de22ff3 100644 --- a/i386/include/mach/i386/thread_status.h +++ b/i386/include/mach/i386/thread_status.h @@ -100,7 +100,7 @@ struct i386_thread_state { unsigned int cs; #if defined(__x86_64__) && !defined(USER32) - uint64_t efl; + uint64_t rfl; uint64_t ursp; #else unsigned int efl; |