PDP11: Fix setting of CSR address in RF11 boot command.

This commit is contained in:
Paul Koning 2017-02-12 15:08:26 -05:00
parent bce72b2b1a
commit d112c22f5e

View file

@ -440,7 +440,7 @@ return auto_config (0, 0);
#define BOOT_START 02000 /* start */ #define BOOT_START 02000 /* start */
#define BOOT_ENTRY (BOOT_START + 002) /* entry */ #define BOOT_ENTRY (BOOT_START + 002) /* entry */
#define BOOT_CSR (BOOT_START + 032) /* CSR */ #define BOOT_CSR (BOOT_START + 010) /* CSR */
#define BOOT_LEN (sizeof (boot_rom) / sizeof (uint16)) #define BOOT_LEN (sizeof (boot_rom) / sizeof (uint16))
static const uint16 boot_rom[] = { static const uint16 boot_rom[] = {