Skip to content

Commit

Permalink
4.0: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamarmas committed Jun 3, 2024
1 parent 244ed2c commit 4c1b030
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions js/creator_compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1813,6 +1813,8 @@ function data_segment_compiler()
align = 1;

console_log("space Terminado");

j=0;
break;

case "align":
Expand Down Expand Up @@ -1845,6 +1847,8 @@ function data_segment_compiler()
console_log("token: " + token);

console_log("align Terminado");

j=0;
break;

default:
Expand Down
4 changes: 4 additions & 0 deletions js/min.creator_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -4839,6 +4839,8 @@ function data_segment_compiler()
align = 1;

console_log("space Terminado");

j=0;
break;

case "align":
Expand Down Expand Up @@ -4871,6 +4873,8 @@ function data_segment_compiler()
console_log("token: " + token);

console_log("align Terminado");

j=0;
break;

default:
Expand Down
2 changes: 1 addition & 1 deletion js/min.creator_web.js

Large diffs are not rendered by default.

0 comments on commit 4c1b030

Please sign in to comment.