diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/dw2-2.S')
-rw-r--r-- | binutils/testsuite/binutils-all/dw2-2.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/dw2-2.S b/binutils/testsuite/binutils-all/dw2-2.S index 43b5355..d9046a9 100644 --- a/binutils/testsuite/binutils-all/dw2-2.S +++ b/binutils/testsuite/binutils-all/dw2-2.S @@ -23,7 +23,7 @@ .type func_cu2, %function func_cu2: .Lbegin_func_cu2: - .int 0 + .4byte 0 .Lend_func_cu2: .size func_cu2, .-func_cu2 .Lend_text1: |