mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
Fix KUSB.ZC pointer star formatting.
This commit is contained in:
parent
d4317cb582
commit
e46313a0dd
@ -98,7 +98,7 @@ U0 USBFreeTD(CUSBTD *tmptd)
|
||||
Free(tmptd);
|
||||
}
|
||||
|
||||
U32* USBAllocFrameLst(I64 usb_num, I64 size)
|
||||
U32 *USBAllocFrameLst(I64 usb_num, I64 size)
|
||||
{
|
||||
//aligned to 0x1000
|
||||
CUSB *u;
|
||||
|
Loading…
x
Reference in New Issue
Block a user