amd64 fixes
This commit is contained in:
@@ -21,7 +21,7 @@ getmemdefont(void)
|
||||
* declared as char*, not ulong*.
|
||||
*/
|
||||
p = (char*)defontdata;
|
||||
n = (ulong)p & 3;
|
||||
n = (uintptr)p & 3;
|
||||
if(n != 0){
|
||||
memmove(p+(4-n), p, sizeofdefont-n);
|
||||
p += 4-n;
|
||||
|
Reference in New Issue
Block a user