mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
To keep the implementation portable, the Frame type had to be changed from uint64 to uintptr. Using uintptr ensures that the frame will always match the pointer size of the platform.