about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/syscalls.h
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-19 22:02:57 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-19 22:02:57 -0700
commit3a8ce1e87ff85f4708f2be0f2153727e34ff4533 (patch)
treee863f8226affe448d8a30c49351e79e366d86451 /tools/iso/kernel.soso/syscalls.h
parent9d5554fbedcfccabdf579cb7c732747b3e8db5b9 (diff)
downloadmu-3a8ce1e87ff85f4708f2be0f2153727e34ff4533.tar.gz
6555 - fix one class of failing tests
Defining a new var in a register based on a previous var in the same register.

Unfortunately I don't yet support such an instruction without getting into
arrays. Ideally I want `y <- add x, 1` to convert to the same code as `x
<- add x, 1` if `y` ends up in the same register. And so on. But I don't
yet have a way to specify "output same register as inout 1" in my `Primitives`
data structure.
Diffstat (limited to 'tools/iso/kernel.soso/syscalls.h')
0 files changed, 0 insertions, 0 deletions