compiler/libec; ide/debugger: Fixed potentially uninitialized Operands
authorJerome St-Louis <jerome@ecere.com>
Thu, 8 May 2014 15:43:37 +0000 (11:43 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 8 May 2014 15:48:50 +0000 (11:48 -0400)
commit9a8c0980578c98ca44205368b1dbef313201d8b7
tree4a4bec0478092a228c04329b6369afa9ece0106f
parentf4cb87b16f46b500e0e5aca36afe6e0b73ae8864
compiler/libec; ide/debugger: Fixed potentially uninitialized Operands
- Not setting the type of Operand unless a value was successfully assigned to it
- Checking the result of Get*
- Zeroing out the values where Get* is used as an extra safety
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/libec/src/pass15.ec
ide/src/debugger/debugTools.ec