fastmodel: Fix the Fastmodel RemoteGDB initial (#735)

Change-Id: Iec9ef145ccac353b8a41f501dd76bf53288dd478
This commit is contained in:
Yu-Cheng Chang
2024-01-11 08:55:54 +08:00
committed by GitHub
parent ab9e61ea03
commit 74dd0bb9bb

View File

@@ -63,7 +63,7 @@ FastmodelRemoteGDB::AArch64GdbRegCache::setRegs(ThreadContext *context) const
FastmodelRemoteGDB::FastmodelRemoteGDB(System *_system,
ListenSocketConfig _listen_config)
: gem5::ArmISA::RemoteGDB(_system, _listen_config)
: gem5::ArmISA::RemoteGDB(_system, _listen_config), regCache64(this)
{
}