From c263850ae5c20b0fbb8d3669913dea077f1906e9 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 12 Dec 2017 21:31:33 -0500 Subject: [PATCH] disassemble global symbol tables. --- DumpOBJ.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/DumpOBJ.cc b/DumpOBJ.cc index 50c6a87..0f8a72f 100644 --- a/DumpOBJ.cc +++ b/DumpOBJ.cc @@ -1870,6 +1870,7 @@ if (constant) { /* split on constant or expression */ pc += 2; break; case 5: + case 8: sTable = TRUE; break; }