scons: Resolve backtrace implementation existence testing failure
authorHanhwi Jang <jang.hanhwi@gmail.com>
Tue, 30 Jan 2018 10:17:33 +0000 (19:17 +0900)
committerHanhwi Jang <jang.hanhwi@gmail.com>
Thu, 1 Feb 2018 03:45:16 +0000 (03:45 +0000)
commitc872143864dcfee85c22db3904b4c05d0f1ddeae
tree9b0d4d76bd298fe774b673da12693f924cd81737
parentb919065ac9144ad1280851c1050a4136854423d6
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>
SConstruct