Track register allocations #1063
Annotations
10 errors and 1 warning
Build:
reg/types.go#L109
undefined: Width
|
Build:
reg/types.go#L116
cannot use virtual{…} (value of type virtual) as Virtual value in return statement: virtual does not implement Virtual (missing method Mask)
|
Build:
reg/types.go#L120
unknown field Spec in struct literal of type virtual
|
Build:
reg/types.go#L138
undefined: VID
|
Build:
reg/types.go#L138
v.id undefined (type virtual has no field or method id)
|
Build:
reg/types.go#L139
method virtual.Kind already declared at reg/types.go:126:18
|
Build:
reg/types.go#L143
v.Size undefined (type virtual has no field or method Size)
|
Build:
reg/types.go#L147
cannot use virtual{…} (value of type virtual) as Register value in return statement: virtual does not implement Register (missing method Mask)
|
Build:
reg/types.go#L150
unknown field Spec in struct literal of type virtual
|
Build:
reg/types.go#L156
v.Spec undefined (type virtual has no field or method Spec, but does have spec)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f, actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading