This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* fix warning
Nikolay Nikolov
1 year ago
parent
d7581aa1ee
commit
28c4c58b34
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
compiler/wasm32/aasmcpu.pas
+ 2
- 0
compiler/wasm32/aasmcpu.pas
View File
@@ -932,6 +932,8 @@ uses
PopVal(wbt_i32);
PopVal(wbt_i32);
PopVal(wbt_i32);
PopVal(wbt_i32);
end;
end;
+ else
+ internalerror(2024030502);
end;
end;
end;
end;