Files
revng-revng/python
Alessandro Di Federico d66aa40664 model override-by-name: skip nameless base functions
`base_function["Name"]` crashes with `KeyError` when the model has
a function without an explicit `Name` (e.g. the binary entry stub).
Skip those entries silently; only named functions can be matched
by name anyway.
2026-06-10 14:19:57 +02:00
..
2023-12-12 14:52:22 +01:00