[Libre-soc-bugs] [Bug 1173] provide an option to switch ISACaller to use a different Mem class that uses mmap.mmap instead of a dict
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Tue Oct 24 18:50:51 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1173
--- Comment #10 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
174 tc = TestCase(prog, test_name,
175 regs=initial_regs, sprs=initial_sprs, cr=initial_cr,
176 msr=initial_msr,
becomes:
kwargs = copy(self.underlay_args)
kwargs.update( {
regs=initial_regs, sprs=initial_sprs, cr=initial_cr,
msr=initial_msr,
)}
174 tc = TestCase(prog, test_name, **kwargs
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list