Chromium Code Reviews| Index: newlib/libc/machine/x86_64/x86_64mach.h |
| diff --git a/newlib/libc/machine/x86_64/x86_64mach.h b/newlib/libc/machine/x86_64/x86_64mach.h |
| index 9f64a3a62499ac793ca2a5dfb311d158db09c6f5..57e66775ca56be2c2d6c582aea26cb59f6117316 100644 |
| --- a/newlib/libc/machine/x86_64/x86_64mach.h |
| +++ b/newlib/libc/machine/x86_64/x86_64mach.h |
| @@ -58,6 +58,8 @@ |
| #define r14d REG(r14d) |
| #define r15d REG(r15d) |
| +#define r8b REG(r8b) |
| + |
| #define st0 REG(st) |
| #define st1 REG(st(1)) |
| #define st2 REG(st(2)) |