diff options
author | Bob Wilson <bob.wilson@acm.org> | 2004-03-12 17:48:12 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2004-03-12 17:48:12 +0000 |
commit | 00bbdfe7539ff95c35e1428fd42019fbe6a0741d (patch) | |
tree | 248bb11db1712164b434d8f0a0e0fc2adb98f4f8 /gas/read.c | |
parent | 0e02aa50226babd5179cf4af1b47c69b17929ef5 (diff) | |
download | gdb-00bbdfe7539ff95c35e1428fd42019fbe6a0741d.zip gdb-00bbdfe7539ff95c35e1428fd42019fbe6a0741d.tar.gz gdb-00bbdfe7539ff95c35e1428fd42019fbe6a0741d.tar.bz2 |
* read.c (s_leb128): Call md_flush_pending_output.
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4372,6 +4372,10 @@ s_leb128 (int sign) { expressionS exp; +#ifdef md_flush_pending_output + md_flush_pending_output (); +#endif + do { expression (&exp); |