diff options
Diffstat (limited to 'src/biosvar.h')
-rw-r--r-- | src/biosvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/biosvar.h b/src/biosvar.h index ea2d67d9..dce35af2 100644 --- a/src/biosvar.h +++ b/src/biosvar.h @@ -234,8 +234,6 @@ struct extended_bios_data_area_s { // Stack space available for code that needs it. u8 extra_stack[512] __aligned(8); - - u8 cdemu_buf[2048 * !!CONFIG_CDROM_EMU]; } PACKED; // The initial size and location of EBDA |