diff options
Diffstat (limited to 'gas/config/tc-tic80.c')
-rw-r--r-- | gas/config/tc-tic80.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-tic80.c b/gas/config/tc-tic80.c index 154a82d..244e16b 100644 --- a/gas/config/tc-tic80.c +++ b/gas/config/tc-tic80.c @@ -22,10 +22,10 @@ #include "opcode/tic80.h" #define internal_error(what) \ - as_fatal(_("internal error:%s:%d: %s\n"), __FILE__, __LINE__, what) + as_fatal (_("internal error:%s:%d: %s\n"), __FILE__, __LINE__, what) #define internal_error_a(what,arg) \ - as_fatal(_("internal error:%s:%d: %s %d\n"), __FILE__, __LINE__, what, arg) + as_fatal (_("internal error:%s:%d: %s %d\n"), __FILE__, __LINE__, what, arg) /* Generic assembler global variables which must be defined by all targets. */ |