m1n1.proxy: Fix weird typo in mask16

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-10-15 23:42:25 +09:00
parent 08873880fa
commit 1d0d60a846

View file

@ -784,7 +784,7 @@ class M1N1Proxy(Reloadable):
if addr & 3:
raise AlignmentError()
self.request(self.P_MASK32, addr, clear, set)
def mset64ask16(self, addr, clear, set):
def mask16(self, addr, clear, set):
'''Clear select bits in 16 bit memory addr that are set
in clear parameter, then set the bits in set parameter and return result'''
if addr & 1: