diff options
Diffstat (limited to 'source/compiler/asllistsup.c')
-rw-r--r-- | source/compiler/asllistsup.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/compiler/asllistsup.c b/source/compiler/asllistsup.c index 4156dcc..d3bf39f 100644 --- a/source/compiler/asllistsup.c +++ b/source/compiler/asllistsup.c @@ -251,7 +251,9 @@ LsWriteListingHexBytes ( break; default: + /* No other types supported */ + return; } } @@ -617,7 +619,9 @@ LsFlushListingBuffer ( break; default: + /* No other types supported */ + return; } |