fix switch statement
commitb5b68254cf03155278a5e6abdd9c701757cfdb94
authorBert Wesarg <bert.wesarg@googlemail.com>
Thu, 4 Dec 2008 11:22:22 +0000 (4 12:22 +0100)
committerBert Wesarg <bert.wesarg@googlemail.com>
Thu, 4 Dec 2008 11:22:22 +0000 (4 12:22 +0100)
tree69ec52008151b7936e04cfa61328badd04783635
parent203c551109702106cfa33ebf62228c1e07fb4566
fix switch statement

nested-subroutines.patch:
 * fix compile error
runtime-loop-management.patch:
 *  stack dump support for old loop pointer
switch-statement.patch:
 * without a default: label a non match had executed all statements
 * error for multiple default: labels
 * fix loop for adding caseLen (only the head blk was processed)
 * more comments

B.W.

---

Patch: !nested-subroutines.patch
Patch: !runtime-loop-management.patch
Patch: !switch-statement.patch
ARYITER_TAG.patch
more-stack-ops.patch
nested-subroutines.patch
runtime-loop-management.patch
switch-statement.patch