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 {
|
if needRerun {
|
||||||
m.ResolveRelativeAddresses(ctx)
|
m.ResolveRelativeAddresses(ctx)
|
||||||
wazevoapi.PerfMap.Clear()
|
if wazevoapi.PerfMapEnabled {
|
||||||
|
wazevoapi.PerfMap.Clear()
|
||||||
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user