2004-10-28 Tomer Levi <Tomer.Levi@nsc.com>

* config/tc-crx.c (getreg_image): Bug fix, a return value was mistakenly ommited from CRX_C_REGTYPE and CRX_CS_REGTYPE cases.
This commit is contained in:
Tomer Levi 2004-10-28 10:14:46 +00:00
parent 0d48eab68d
commit 3ad3f5ad1c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-10-28 Tomer Levi <Tomer.Levi@nsc.com>
* config/tc-crx.c (getreg_image): Bug fix, a return value was
mistakenly omitted from CRX_C_REGTYPE and CRX_CS_REGTYPE cases.
2004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
* config/tc-crx.c: Remove global variable 'post_inc_mode'.

View File

@ -1746,6 +1746,7 @@ getreg_image (reg r)
case CRX_C_REGTYPE:
case CRX_CS_REGTYPE:
return reg->image;
break;
default: