diff options
author | Svein Seldal <svein@dev.seldal.com> | 2003-05-18 22:52:35 +0000 |
---|---|---|
committer | Svein Seldal <svein@dev.seldal.com> | 2003-05-18 22:52:35 +0000 |
commit | 78d8735ac7f25cc7fa6bb5185320332971386d6b (patch) | |
tree | c9b73c3c1b4c0d138a9c5688f7bd7ff0efb81dff /gas/config/tc-tic4x.c | |
parent | 1975ab2528cdf2a936d67aec2465dc76ad5fc6b4 (diff) | |
download | gdb-78d8735ac7f25cc7fa6bb5185320332971386d6b.zip gdb-78d8735ac7f25cc7fa6bb5185320332971386d6b.tar.gz gdb-78d8735ac7f25cc7fa6bb5185320332971386d6b.tar.bz2 |
Reverted faulty code
Diffstat (limited to 'gas/config/tc-tic4x.c')
-rw-r--r-- | gas/config/tc-tic4x.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/config/tc-tic4x.c b/gas/config/tc-tic4x.c index 09a90de..987b3bf 100644 --- a/gas/config/tc-tic4x.c +++ b/gas/config/tc-tic4x.c @@ -3163,10 +3163,6 @@ tic4x_start_line () /* So line counters get bumped. */ input_line_pointer[-1] = '\n'; } - else - { - as_bad ("Parallel opcode cannot contain more than two instructions"); - } } else { |