diff options
author | Jeff Holcomb <jeffh@redhat.com> | 1998-06-23 00:17:08 +0000 |
---|---|---|
committer | Jeff Holcomb <jeffh@redhat.com> | 1998-06-23 00:17:08 +0000 |
commit | 8cdfcc1b7fea8a4321fe84ffb1be31115a60e630 (patch) | |
tree | 97a32d96079964eeb1e295ba8b792dbf92adf503 | |
parent | aa3c8d2d37511fa6c1ea1958bb724a3c4550086a (diff) | |
download | gdb-8cdfcc1b7fea8a4321fe84ffb1be31115a60e630.zip gdb-8cdfcc1b7fea8a4321fe84ffb1be31115a60e630.tar.gz gdb-8cdfcc1b7fea8a4321fe84ffb1be31115a60e630.tar.bz2 |
fix sanitization
-rw-r--r-- | include/opcode/mn10300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/mn10300.h b/include/opcode/mn10300.h index f17d096..b268eff 100644 --- a/include/opcode/mn10300.h +++ b/include/opcode/mn10300.h @@ -141,6 +141,6 @@ extern const struct mn10300_operand mn10300_operands[]; #define FMT_D8 13 #define FMT_D9 14 #define FMT_D10 15 -/* start-sanitize-am33 */ +/* end-sanitize-am33 */ #endif /* MN10300_H */ |