summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/codeflinger/disassem.h
diff options
context:
space:
mode:
authorSasha Levitskiy <sanek@google.com>2014-04-10 17:10:21 -0700
committerSasha Levitskiy <sanek@google.com>2014-04-11 16:15:46 -0700
commitcdc1cfb3e51f3caddc1f290b46dc789c036f22ed (patch)
tree4ba56b89ded1fbcf8d8f1dbe75a7d3844f713739 /libpixelflinger/codeflinger/disassem.h
parent822b1a024d058641be9aefa14da794f09755ce35 (diff)
downloadsystem_core-cdc1cfb3e51f3caddc1f290b46dc789c036f22ed.zip
system_core-cdc1cfb3e51f3caddc1f290b46dc789c036f22ed.tar.gz
system_core-cdc1cfb3e51f3caddc1f290b46dc789c036f22ed.tar.bz2
Cleanup: warning fixit.
bootable/recovery has a dependent commit: I9adb470b04e4301989d128c9c3097b21b4dea431 Change-Id: Icf23e659265d71d5226d527c2b40cfbc132320ee Signed-off-by: Sasha Levitskiy <sanek@google.com>
Diffstat (limited to 'libpixelflinger/codeflinger/disassem.h')
-rw-r--r--libpixelflinger/codeflinger/disassem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpixelflinger/codeflinger/disassem.h b/libpixelflinger/codeflinger/disassem.h
index 02747cd..c7c60b6 100644
--- a/libpixelflinger/codeflinger/disassem.h
+++ b/libpixelflinger/codeflinger/disassem.h
@@ -49,8 +49,8 @@ extern "C" {
typedef struct {
u_int (*di_readword)(u_int);
- void (*di_printaddr)(u_int);
- void (*di_printf)(const char *, ...);
+ void (*di_printaddr)(u_int);
+ int (*di_printf)(const char *, ...);
} disasm_interface_t;
/* Prototypes for callable functions */