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

/gem5/util/m5/
H A Dm5.c12001:a1fd8e5dc7a6 Wed Apr 26 12:44:00 EDT 2017 Andreas Sandberg <andreas.sandberg@arm.com> util: Fix incorrect use of m5_loadsymbol

It seems like the m5 utility incorrectly called m5_loadsymbol instead
of m5_addsymbol. Judging by the signature of the loadsymbol command,
the expected behavior is to add a new symbol to gem5's symbol
table. This is behavior is implemented by m5_addsymbol.

Change-Id: I83b61c48d6f8d7b1e8b57d884dfca00481c83c3a
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/2961
Reviewed-by: Gabe Black <gabeblack@google.com>

Completed in 12 milliseconds