more parsing tests, fixed more bugs
- we now handle incomplete structs properly - small fix in for loop printing
This commit is contained in:
parent
c548b12bbb
commit
d74dc53b0b
7 changed files with 4049 additions and 24 deletions
|
@ -244,7 +244,7 @@
|
|||
; reading the first 16 bits of type data as a word will give this if the type refers to a function pointer.
|
||||
#define TYPE2_FUNCTION_POINTER 0x100d
|
||||
|
||||
; types willl be initialized (in main) so that these will refer to the proper types
|
||||
; types will be initialized (in main) so that these will refer to the proper types
|
||||
#define TYPE_POINTER_TO_CHAR 20
|
||||
#define TYPE_POINTER_TO_VOID 22
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue