diff options
| author | Kazu Hirata <kazu@codesourcery.com> | 2010-01-14 09:08:00 -0800 |
|---|---|---|
| committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-01-14 20:00:23 +0100 |
| commit | b3d6b95998a29fd5fe242d7354d64077ea53ae30 (patch) | |
| tree | 284ed68b4e71c20e8c004ed3c6e5e3b8013737e0 /hw/nand.c | |
| parent | 5716990376e22e758c434ba7092b8eacaa148973 (diff) | |
| download | focaccia-qemu-b3d6b95998a29fd5fe242d7354d64077ea53ae30.tar.gz focaccia-qemu-b3d6b95998a29fd5fe242d7354d64077ea53ae30.zip | |
target-m68k: fix a typo in 'P' packet processing
Attached is a patch to fix a typo in 'P' packet processing for M68K.
Without this patch, QEMU fails to honor GDB's P packets from GDB
(writing to registers) for the address registers (A0 - A7).
The problem is because of an obvious typo. Notice that the second
"if" condition is meant to be n < 16 in:
if (n < 8) {
:
} else if (n < 8) {
Signed-off-by: Kazu Hirata <kazu@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/nand.c')
0 files changed, 0 insertions, 0 deletions