Fix link to exception handling notes (GH-29617)

This commit is contained in:
Irit Katriel 2021-11-19 15:40:18 +00:00 committed by GitHub
parent 337cb480e9
commit d64659d8cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6983,7 +6983,7 @@ assemble_emit_exception_table_item(struct assembler *a, int value, int msb)
write_except_byte(a, (value&0x3f) | msb);
}
/* See Objects/exception_table_notes.txt for details of layout */
/* See Objects/exception_handling_notes.txt for details of layout */
#define MAX_SIZE_OF_ENTRY 20
static int