You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit cf72284 causes assembler output to be truncated without an error in some cases. Testing against a previously working ELKS tree shows elkscmd/ktcp/vjhc.c fails when bcc calls as86 because the assembler output is truncated with no errors indicated; I produced a good vjhc.s of size 205992 and a bad vjhc.s with size 23192; the last line of the good file says ! 0 errors detected while the bad file simply stops in the middle of the code output.
The text was updated successfully, but these errors were encountered:
Commit cf72284 causes assembler output to be truncated without an error in some cases. Testing against a previously working ELKS tree shows
elkscmd/ktcp/vjhc.c
fails whenbcc
callsas86
because the assembler output is truncated with no errors indicated; I produced a goodvjhc.s
of size 205992 and a badvjhc.s
with size 23192; the last line of the good file says! 0 errors detected
while the bad file simply stops in the middle of the code output.The text was updated successfully, but these errors were encountered: