mirror of
https://github.com/pfusik/xasm.git
synced 2025-04-19 08:37:35 +00:00
INS: optimize "opcode" if length not specified as one.
This commit is contained in:
parent
3a845f9a4f
commit
167c441fed
2
xasm.d
2
xasm.d
@ -2280,6 +2280,8 @@ void assemblyIns() {
|
||||
} catch (Exception e) {
|
||||
throw new AssemblyError("Error seeking file");
|
||||
}
|
||||
if (inOpcode)
|
||||
length = 1;
|
||||
while (length != 0) {
|
||||
ubyte[1] buffer;
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user