Windows: Fix up pdb.json for LF_UDT_SRC_LINE

It looks like some copypasta snuck in the manual pdb.json.
The offsets for the LF_UDT_SRC_LINE as was the total structure size for
LF_UDT_MOD_SRC_LINE.

Fixes #527
This commit is contained in:
Mike Auty
2021-07-12 10:48:43 +01:00
parent 42ef21fd29
commit c2b290dc42
@@ -1305,14 +1305,14 @@
}
},
"source_file": {
"offset": 0,
"offset": 4,
"type": {
"kind": "base",
"name": "unsigned long"
}
},
"line": {
"offset": 0,
"offset": 8,
"type": {
"kind": "base",
"name": "unsigned long"
@@ -1354,7 +1354,7 @@
}
},
"kind": "struct",
"size": 12
"size": 16
},
"LF_UNION": {
"fields": {