diff options
Diffstat (limited to 'runtime/gc/space/malloc_space.h')
-rw-r--r-- | runtime/gc/space/malloc_space.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/space/malloc_space.h b/runtime/gc/space/malloc_space.h index 4e56c4a429..c6b28706a6 100644 --- a/runtime/gc/space/malloc_space.h +++ b/runtime/gc/space/malloc_space.h @@ -39,7 +39,7 @@ class ZygoteSpace; int rc = call args; \ if (UNLIKELY(rc != 0)) { \ errno = rc; \ - PLOG(FATAL) << # call << " failed for " << what; \ + PLOG(FATAL) << # call << " failed for " << (what); \ } \ } while (false) |