dwarves: Enlarge vtable_entry

Since we have two bytes after it in a hole, use them for vtable_entry,
hell knows if there isn't any crazy code with that many vtable
entries...

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2009-12-05 18:35:10 -02:00
parent 800fd44d6b
commit c6d27e325c
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ struct function {
uint8_t external:1;
uint8_t accessibility:2; /* DW_ACCESS_{public,protected,private} */
uint8_t virtuality:2; /* DW_VIRTUALITY_{none,virtual,pure_virtual} */
int16_t vtable_entry;
int32_t vtable_entry;
struct list_head vtable_node;
/* fields used by tools */
union {