From: Alan Cox Date: Sun, 14 Dec 2014 18:33:07 +0000 (+0000) Subject: mtx: fix typo X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=dd56e9f8a26830dd8097e6d1f72ebfdc943f5f09;p=FUZIX.git mtx: fix typo --- diff --git a/Kernel/platform-mtx/vdp.s b/Kernel/platform-mtx/vdp.s index 44c6b8f5..9c5ad233 100644 --- a/Kernel/platform-mtx/vdp.s +++ b/Kernel/platform-mtx/vdp.s @@ -19,7 +19,7 @@ ; Don't provide the global vt hooks in vdp1.s, we want to wrap them ; for our dual monitor setup ; -VDP_DIRECT equ 0 +VDP_DIRECT .equ 0 .area _COMMONMEM