diff options
Diffstat (limited to 'bsd-user/x86_64')
-rw-r--r-- | bsd-user/x86_64/target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-user/x86_64/target.h b/bsd-user/x86_64/target.h index 8956631..0cf0e2a 100644 --- a/bsd-user/x86_64/target.h +++ b/bsd-user/x86_64/target.h @@ -17,5 +17,5 @@ static inline bool regpairs_aligned(void *cpu_env) return false; } -#endif /* ! TARGET_H */ +#endif /* TARGET_H */ |