arch-arm: Remove m5ops_base declaration from ArmSystem
authorHsuan Hsu <hsuan.hsu@mediatek.com>
Fri, 3 Jul 2020 01:41:03 +0000 (09:41 +0800)
committerHsuan Hsu <kugwa2000@gmail.com>
Fri, 3 Jul 2020 13:18:43 +0000 (13:18 +0000)
commite3793fd8a9b7096a67a0f4260a36cd4dd5afe72f
treeb93c9bfc1f241a4ab673e52a90927b52259a0cc3
parentd24ad1cdebcd55265ffbd3fd7cd9af6fb220218a
arch-arm: Remove m5ops_base declaration from ArmSystem

This declaration should have been removed but was accidentally re-added.
It keeps m5ops_base from being passed correctly from Python to C++ when
using ARM ISA, and hence triggers gem5 crash when the guest tries to
call m5ops. This change removes it again to fix the crash.

JIRA: https://gem5.atlassian.net/browse/GEM5-658

Change-Id: I8df4ff19ecc0d64255f24dc991f71b065d2a894e
Signed-off-by: Hsuan Hsu <hsuan.hsu@mediatek.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30914
Reviewed-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/arm/ArmSystem.py