mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 20:40:28 +00:00
Improve dead code elimination
This commit is contained in:
parent
760db8c5ad
commit
0e36cb3ac4
6606 changed files with 9685 additions and 9854 deletions
|
@ -12,12 +12,12 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long BUS_ADRALN;
|
||||
hidden extern const long BUS_ADRERR;
|
||||
hidden extern const long BUS_DEVICE_RESET;
|
||||
hidden extern const long BUS_MCEERR_AO;
|
||||
hidden extern const long BUS_MCEERR_AR;
|
||||
hidden extern const long BUS_OBJERR;
|
||||
extern const long BUS_ADRALN;
|
||||
extern const long BUS_ADRERR;
|
||||
extern const long BUS_DEVICE_RESET;
|
||||
extern const long BUS_MCEERR_AO;
|
||||
extern const long BUS_MCEERR_AR;
|
||||
extern const long BUS_OBJERR;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue