mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Ferdinand Postema <ferdinand@postema.eu> cygwin 32 bit warning
git-svn-id: svn://svn.berlios.de/openocd/trunk@2581 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -3522,7 +3522,7 @@ ldrsb_literal:
|
||||
case 3:
|
||||
if (rt == 0xf) {
|
||||
immed = opcode & 0xfff;
|
||||
sprintf(cp, "PLI\t[r%d, #%d]\t; %#3.3" PRIx32,
|
||||
sprintf(cp, "PLI\t[r%d, #%d]\t; %#3.3x",
|
||||
rn, immed, immed);
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user