Line number is a long (found by lclint).

svn path=/trunk/yasm/; revision=426
0.3
Peter Johnson 23 years ago
parent 3f2186c1bf
commit 44a3d08815
  1. 2
      libyasm/bc-int.h
  2. 2
      src/bc-int.h

@ -59,7 +59,7 @@ struct bytecode {
multiple copies), 0 if unknown */
/* where it came from */
unsigned int line;
unsigned long line;
/* other assembler state info */
unsigned long offset; /* 0 if unknown */

@ -59,7 +59,7 @@ struct bytecode {
multiple copies), 0 if unknown */
/* where it came from */
unsigned int line;
unsigned long line;
/* other assembler state info */
unsigned long offset; /* 0 if unknown */

Loading…
Cancel
Save