| author | |
| committer | |
| log | bb2eb4443034d0a8c051f5eef184062078502ae8 |
| tree | 7891a42abce85baa16d13f75319ff9b3841e5003 |
| parent | 5dc2db80554d2b50075ee7e9a9ee2ddf67e25a74 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/coff.zig+1-1| ... | @@ -1291,8 +1291,8 @@ pub const Symtab = struct { | ... | @@ -1291,8 +1291,8 @@ pub const Symtab = struct { |
| 1291 | 1291 | ||
| 1292 | pub const Tag = enum { | 1292 | pub const Tag = enum { |
| 1293 | symbol, | 1293 | symbol, |
| 1294 | func_def, | ||
| 1295 | debug_info, | 1294 | debug_info, |
| 1295 | func_def, | ||
| 1296 | weak_ext, | 1296 | weak_ext, |
| 1297 | file_def, | 1297 | file_def, |
| 1298 | sect_def, | 1298 | sect_def, |