We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420c8d0 commit 71fcb25Copy full SHA for 71fcb25
masm_shc/main.cpp
@@ -151,7 +151,7 @@ bool process_file(t_params ¶ms)
151
}
152
153
154
- if (seg_name == "pdata" || seg_name == "xdata") {
+ if (seg_name == "pdata" || seg_name == "xdata" || seg_name == "voltbl") {
155
in_skipped = true;
156
157
if (seg_name == "CONST" || seg_name == "_DATA") {
0 commit comments