wazevo(arm64): adds missing PerfMapEnabled branch (#1882)
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
This commit is contained in:
@@ -449,7 +449,9 @@ func (m *machine) ResolveRelativeAddresses(ctx context.Context) {
|
||||
}
|
||||
if needRerun {
|
||||
m.ResolveRelativeAddresses(ctx)
|
||||
if wazevoapi.PerfMapEnabled {
|
||||
wazevoapi.PerfMap.Clear()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user