mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
m1n1.proxy: Fix weird typo in mask16
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
08873880fa
commit
1d0d60a846
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue