1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 04:24:48 +00:00
QB64-PE/tests
Matthew Kilgore ada8255572 Fix unsigned multiplication in CONST
Multiplication wasn't using the ParseNum helper methods and as a result
wasn't setting num.ui, resulting in the wrong answer when using
unsigned.

I additionally switch it to use the proper signed vs unsigned type when
doing the multiplication.
2024-02-13 15:59:38 -05:00
..
c
compile_tests
dist
qbasic_testcases
.gitignore
assert.sh
build.mk
colors.sh
compile_tests.sh
dist_tests.sh
qbasic_tests.sh
run_c_tests.sh
run_dist_tests.sh
run_tests.sh