The following code causes this error (found in nim-xv6):
type
SegDescPointer* = ptr array [8, int8]
RunHow to write this definition correctly?
The following code causes this error (found in nim-xv6):
type
SegDescPointer* = ptr array [8, int8]
RunHow to write this definition correctly?