Blue Swirl 7b13448f05 PPC: avoid function pointer type mismatch, spotted by clang
Fixes clang errors:
  CC    ppc-softmmu/translate.o
/src/qemu/target-ppc/translate.c:3748:13: error: comparison of distinct pointer types ('void (*)(void *, int, int)' and 'void *')
        if (likely(read_cb != SPR_NOACCESS)) {
/src/qemu/target-ppc/translate.c:3748:28: note: instantiated from:
        if (likely(read_cb != SPR_NOACCESS)) {
/src/qemu/target-ppc/translate.c:3903:13: error: comparison of distinct pointer types ('void (*)(void *, int, int)' and 'void *')
        if (likely(write_cb != SPR_NOACCESS)) {
/src/qemu/target-ppc/translate.c:3903:29: note: instantiated from:
        if (likely(write_cb != SPR_NOACCESS)) {

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-04-18 14:26:51 +00:00
2010-03-30 18:24:49 +00:00
2010-04-02 10:40:08 -05:00
2010-03-09 08:47:27 -06:00
2010-03-05 21:45:16 -06:00
2010-03-17 02:44:41 +00:00
2010-03-17 02:44:41 +00:00
2010-03-06 23:09:28 +01:00
2010-04-09 18:55:56 +02:00
2010-04-09 18:55:56 +02:00
2010-02-10 11:57:03 -06:00
2010-02-14 16:10:53 +02:00
2010-03-19 15:27:27 -05:00
2010-02-07 02:03:50 +03:00
2010-02-19 15:18:16 -06:00
2010-03-19 15:27:38 -05:00
2010-04-17 16:25:10 +00:00
2010-03-21 19:44:06 +00:00
2010-03-17 11:16:15 -05:00
2010-04-01 21:51:59 +02:00
2010-04-01 21:51:59 +02:00
2010-03-01 04:39:50 +00:00
2010-04-11 20:15:01 +00:00
2010-03-29 19:24:00 +00:00
2010-04-01 21:51:59 +02:00
2010-02-10 12:47:58 -06:00
2010-03-06 23:15:30 +01:00
2010-03-06 23:15:30 +01:00
2010-03-21 08:28:47 +00:00
2010-04-17 08:21:32 +02:00
2010-03-19 15:27:27 -05:00
2010-03-19 15:27:27 -05:00
2010-04-09 18:55:56 +02:00
2010-03-18 18:41:49 +00:00
2010-03-09 11:23:00 -06:00
2010-03-28 16:42:28 +02:00
2010-02-23 22:36:19 +01:00
2010-03-18 20:48:19 +00:00
2010-04-01 13:56:43 -05:00
2010-03-29 19:24:00 +00:00
2010-02-10 13:46:17 -06:00
2010-03-14 22:04:50 +01:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%