Skip to content

Commit

Permalink
64k limit warnigs fixed and BinIncFile reworked by Busy.
Browse files Browse the repository at this point in the history
  • Loading branch information
z00m128 committed Dec 7, 2018
1 parent 0d27deb commit 023da90
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 220 deletions.
2 changes: 1 addition & 1 deletion sjasm/directives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ void dirBLOCK() {
aint teller,val = 0;
if (ParseExpression(lp, teller)) {
if ((signed) teller < 0) {
Error("Negative BLOCK?", 0, FATAL);
Warning("Negative BLOCK?", 0, LASTPASS);
}
if (comma(lp)) {
ParseExpression(lp, val);
Expand Down
Loading

0 comments on commit 023da90

Please sign in to comment.