From e6d130ca1e8a1d3ad640132111dc3a1b75dc179e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 9 Dec 2018 00:52:53 +0000 Subject: [PATCH] zxdiv: fix stale esx loader comment --- Kernel/platform-zxdiv/load-esx.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Kernel/platform-zxdiv/load-esx.s b/Kernel/platform-zxdiv/load-esx.s index e244e57f..bd548d4a 100644 --- a/Kernel/platform-zxdiv/load-esx.s +++ b/Kernel/platform-zxdiv/load-esx.s @@ -1,7 +1,6 @@ ; ; We are running at 0x2000 so the final work we do requires some care -; that we don't blow ourselves up. We place the needed code in the -; loaded image (see load-esx2.s) +; that we don't blow ourselves up. ; .area _BOOT(ABS) -- 2.34.1