- fixed several MSVC compilation warnings
commitac0476ca6f520f841930a0b54f7adab4bf6001e0
authorvruppert <vruppert>
Sat, 3 Nov 2007 16:55:08 +0000 (3 16:55 +0000)
committervruppert <vruppert>
Sat, 3 Nov 2007 16:55:08 +0000 (3 16:55 +0000)
tree4b61ab382d44b357e8af4ac1554ec38c844926e7
parent3e0b16d3dbfe23e8e7ea92c8b55eba48ad84b53c
- fixed several MSVC compilation warnings
  * MSVC doesn't support localized variables (e.g. valid inside of a 'for' loop
    only). So we cannot use the variable 'i' with different types (unsigned / int)
    in the reset() method.
  * added some conversions from Bit64s to bx_bool
cpu/init.cc