Fix bracketig in the transition from / to >>
commita1ba6513c05a4bb190f873549a28b5c6b3675ed5
authorChristian Jaeger <pflanze@gmx.ch>
Fri, 26 Jun 2009 19:27:50 +0000 (26 15:27 -0400)
committerChristian Jaeger <pflanze@gmx.ch>
Fri, 26 Jun 2009 23:13:54 +0000 (26 19:13 -0400)
treea711dae9006fd0153fbe637d9b822d7bd7d61969
parent2ba089efa4b5e78e3c6211c615390ef6f8feb10a
Fix bracketig in the transition from / to >>

Unlike the division operator, the shift operator has lower precedence
than the plus operator, so parentheses are necessary.

This manifested itself for example when running tests/test-pairs.hex:
 Program received signal SIGSEGV, Segmentation fault.
 0x0000000000400a46 in ram_set_gc_tags (o=<value optimized out>, tags=0 '\0') at picobit-vm.c:68

Signed-off-by: Christian Jaeger <pflanze@gmx.ch>
gc.c