6809: tag an item to check
authorAlan Cox <alan@linux.intel.com>
Mon, 20 Jul 2015 21:47:13 +0000 (22:47 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 20 Jul 2015 21:47:13 +0000 (22:47 +0100)
Kernel/lowlevel-6809.s

index eafae91..1d1bdea 100644 (file)
@@ -163,6 +163,9 @@ dispatch_process_signal:
        tfr d,x
 
        lslb            ;       2 bytes per entry
+;
+;      FIXME: must save Y for same ??
+;
         ; load the address of signal handler function
        ldy #U_DATA__U_SIGVEC
        ldu b,y         ; now u = udata.u_sigvec[cursig]