From 0ac7d03ab5196ab2c1fbfa18dcc9ffeccef1a25e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 18 Jun 2024 06:13:41 -0400 Subject: cxrefbas and renumbas: detect variable in ON/GO(TO|SUB) line list. --- linetab.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linetab.c') diff --git a/linetab.c b/linetab.c index 669b1a0..0351f59 100644 --- a/linetab.c +++ b/linetab.c @@ -101,6 +101,9 @@ CALLBACK(got_var) { case CMD_LIST: computed_msg(lineno); break; + case CMD_ON: + if(on_op) computed_msg(lineno); + break; default: break; } -- cgit v1.2.3