diff options
Diffstat (limited to 'gas/debug.c')
-rw-r--r-- | gas/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/debug.c b/gas/debug.c index 0b23c45..d8b37f2 100644 --- a/gas/debug.c +++ b/gas/debug.c @@ -77,3 +77,5 @@ var_chars( fp, n ) printf("%02x ", *p ); } } + +/* end of debug.c */ |