diff options
author | jamesbowman <jamesb@excamera.com> | 2015-09-24 16:31:00 -0700 |
---|---|---|
committer | jamesbowman <jamesb@excamera.com> | 2015-09-24 16:31:00 -0700 |
commit | c7c9216298b3c8e380d348f8be6e03a48dbe5918 (patch) | |
tree | 8d21bd1fd8b2c01aa650bb688590249f98ceb95f | |
parent | 623fb77545da1272c7602cd51a4c187b66c366c8 (diff) | |
download | gdb-c7c9216298b3c8e380d348f8be6e03a48dbe5918.zip gdb-c7c9216298b3c8e380d348f8be6e03a48dbe5918.tar.gz gdb-c7c9216298b3c8e380d348f8be6e03a48dbe5918.tar.bz2 |
Test case, disassembler not showing RIMM literals correctly #14
-rw-r--r-- | issue14.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/issue14.s b/issue14.s new file mode 100644 index 0000000..ded74e8 --- /dev/null +++ b/issue14.s @@ -0,0 +1 @@ + add.l $r12,$r12,-1 |