From: Alan Cox Date: Tue, 25 Nov 2014 22:42:30 +0000 (+0000) Subject: z80pack: fix silly unfixed comment from early 48K setup X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=06ebf0d44cd25f689cbe73ebf1b97e3c7625632e;p=FUZIX.git z80pack: fix silly unfixed comment from early 48K setup --- diff --git a/Kernel/platform-z80pack/kernel.def b/Kernel/platform-z80pack/kernel.def index b28696fb..95178b3e 100644 --- a/Kernel/platform-z80pack/kernel.def +++ b/Kernel/platform-z80pack/kernel.def @@ -3,4 +3,4 @@ U_DATA .equ 0xF000 ; (this is struct u_data from kernel.h) U_DATA__TOTALSIZE .equ 0x300 ; 256+256+256 bytes. -U_DATA_STASH .equ 0xED00 ; BD00-BFFF \ No newline at end of file +U_DATA_STASH .equ 0xED00 ; ED00-EFFF \ No newline at end of file