diff options
Diffstat (limited to 'compiler/debug/method_debug_info.h')
-rw-r--r-- | compiler/debug/method_debug_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/debug/method_debug_info.h b/compiler/debug/method_debug_info.h index d0b03ec441..729c403f00 100644 --- a/compiler/debug/method_debug_info.h +++ b/compiler/debug/method_debug_info.h @@ -41,7 +41,7 @@ struct MethodDebugInfo { uint64_t code_address; uint32_t code_size; uint32_t frame_size_in_bytes; - const void* code_info; + const uint8_t* code_info; ArrayRef<const uint8_t> cfi; }; |