From 4028f8e82dba25e7239f7734c69a2d4e0b49805a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 25 Nov 2014 15:52:44 +0000 Subject: [PATCH] z80pack: remove facepalm --- Kernel/platform-z80pack/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel/platform-z80pack/config.h b/Kernel/platform-z80pack/config.h index fbe97840..7d5edd63 100644 --- a/Kernel/platform-z80pack/config.h +++ b/Kernel/platform-z80pack/config.h @@ -20,8 +20,8 @@ #define CONFIG_BANKS 1 #define TICKSPERSEC 100 /* Ticks per second */ -#define PROGLOAD 0x0000 /* also data base */ -#define PROGBASE 0x0100 /* also data base */ +#define PROGBASE 0x0000 /* also data base */ +#define PROGLOAD 0x0100 /* also data base */ #define PROGTOP 0xED00 /* Top of program, base of U_DATA copy */ #define PROC_SIZE 60 /* Memory needed per process */ -- 2.34.1