linux-user/alpha: Remove hardcoded tabs (code style)
We are going to move this code, fix its style first. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210704183755.655002-7-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
bc3359f739
commit
04b853935f
@ -112,7 +112,7 @@ struct target_pt_regs {
|
||||
#define TARGET_EHOSTUNREACH 65
|
||||
#undef TARGET_ENOTEMPTY
|
||||
#define TARGET_ENOTEMPTY 66
|
||||
// Unused 67
|
||||
/* Unused 67 */
|
||||
#undef TARGET_EUSERS
|
||||
#define TARGET_EUSERS 68
|
||||
#undef TARGET_EDQUOT
|
||||
@ -121,12 +121,12 @@ struct target_pt_regs {
|
||||
#define TARGET_ESTALE 70
|
||||
#undef TARGET_EREMOTE
|
||||
#define TARGET_EREMOTE 71
|
||||
// Unused 72-76
|
||||
/* Unused 72-76 */
|
||||
#undef TARGET_ENOLCK
|
||||
#define TARGET_ENOLCK 77
|
||||
#undef TARGET_ENOSYS
|
||||
#define TARGET_ENOSYS 78
|
||||
// Unused 79
|
||||
/* Unused 79 */
|
||||
#undef TARGET_ENOMSG
|
||||
#define TARGET_ENOMSG 80
|
||||
#undef TARGET_EIDRM
|
||||
@ -173,7 +173,7 @@ struct target_pt_regs {
|
||||
#define TARGET_EBADRQC 101
|
||||
#undef TARGET_EBADSLT
|
||||
#define TARGET_EBADSLT 102
|
||||
// Unused 103
|
||||
/* Unused 103 */
|
||||
#undef TARGET_EBFONT
|
||||
#define TARGET_EBFONT 104
|
||||
#undef TARGET_ENONET
|
||||
@ -200,9 +200,7 @@ struct target_pt_regs {
|
||||
#define TARGET_EREMCHG 115
|
||||
#undef TARGET_EILSEQ
|
||||
#define TARGET_EILSEQ 116
|
||||
|
||||
// Same as default 117-121
|
||||
|
||||
/* Same as default 117-121 */
|
||||
#undef TARGET_ELIBACC
|
||||
#define TARGET_ELIBACC 122
|
||||
#undef TARGET_ELIBBAD
|
||||
|
Loading…
Reference in New Issue
Block a user