Searched hist:12485 (Results 1 - 1 of 1) sorted by relevance

/gem5/
H A DSConstructdiff 12485:cf80a4255d6e Tue Jan 30 05:17:00 EST 2018 Hanhwi Jang <jang.hanhwi@gmail.com> scons: Resolve backtrace implementation existence testing failure

Change backtrace implementation testing code not to have NULL pointer.

SCons fails to find backtrace implementation even if it exists.
The implementation testing code contains NULL pointers as a backtrace
buffer argument. Some compilers check the buffer is NULL pointed
or not, and generate a compilation error.

Change-Id: Icc5bc9a887b7a6bbc804b5b8a5a35a935c78a922
Reviewed-on: https://gem5-review.googlesource.com/7681
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

Completed in 63 milliseconds