Whoops
This commit is contained in:
parent
332f74c9a9
commit
ec699655bc
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ auto PMM::operator >> (void * &addr) -> PMM & {
|
|||
addr=nullptr;
|
||||
return *this;
|
||||
}
|
||||
auto operator << (const void * addr) -> PMM & {
|
||||
auto PMM::operator << (const void * addr) -> PMM & {
|
||||
unsigned int address=(unsigned int)addr;
|
||||
address>>=12;
|
||||
int index=address>>5;
|
||||
|
|
Loading…
Reference in a new issue