misc: Use a const char * in the m5op m5_add_symbol.
authorGabe Black <gabeblack@google.com>
Wed, 25 Mar 2020 22:53:26 +0000 (15:53 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 27 Apr 2020 21:03:28 +0000 (21:03 +0000)
commitae3dc85cc3092f6f4b6e779aaec5398573c34f99
tree5e632ffafea1198fbece3988bec7dae8deea29cb
parent55c75d799f62e917d9e60215772fff692a106b59
misc: Use a const char * in the m5op m5_add_symbol.

The symbol name is not modified by the m5 op, so a const char * is more
accurate and gives the caller more flexibility as far as what they can
pass in.

Change-Id: Iee567bceef501643175dd5c65551a4c8554a6e3b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27224
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Ciro Santilli <ciro.santilli@arm.com>
include/gem5/m5ops.h