commit | e1556ad5b8143a15c26067c3862fe20631c0053f | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Nov 07 13:25:45 2011 +0000 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Nov 14 11:26:32 2011 -0600 |
tree | d4d116b8a6b4db2042b4ca029b8b016385f1ef23 | |
parent | 371572dff4d4dae128a03b30d623b7d212238a70 [diff] |
hw/omap_gpio: Fix infinite recursion when doing 8/16 bit reads Fix a long-standing bug which meant that any attempt to do an 8 or 16 bit read from the OMAP GPIO module would cause qemu to crash due to an infinite recursion. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>