aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test/fmt.txt
Commit message (Collapse)AuthorAgeFilesLines
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-1/+1
| | | | | Currently we apply big-endian-ness and bitfield-ness in the wrong order in copyin. This leads to totally bogus result. Fix this.
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-081-0/+17
fmt type allows to convert intergers and resources to string representation.