We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d8dd2 commit 23a0a08Copy full SHA for 23a0a08
ugbc/src/targets/common/6809/_init.c
@@ -50,6 +50,7 @@ void setup_embedded( Environment * _environment ) {
50
_environment->embedded.cpu_math_mul_8bit_to_16bit = 1;
51
_environment->embedded.cpu_math_div_8bit_to_8bit = 1;
52
_environment->embedded.cpu_math_div2_const_8bit = 1;
53
+ _environment->embedded.cpu_math_div2_const_16bit = 1;
54
_environment->embedded.cpu_math_mul_16bit_to_32bit = 1;
55
_environment->embedded.cpu_math_div_16bit_to_16bit = 1;
56
_environment->embedded.cpu_math_div_32bit_to_16bit = 1;
0 commit comments