mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
7f7c24fcc9
Syscall binding functions which use '__L4_INDIRECT_CALL' need to tell the compiler that the 'edi' register gets modified. Since 'edi' is an input operand and input operands may not get added to the clobber list, this patch defines 'edi' also as an output operand instead. Fixes #834. |
||
---|---|---|
.. | ||
config | ||
doc | ||
etc | ||
include | ||
lib/mk | ||
mk | ||
patches | ||
run | ||
src | ||
Makefile | ||
README |
This repository contains the L4ka::Pistachio-specific implementation of Genode. Please see the documentation at 'base-pistachio/doc/pistachio.txt' for further instructions on building and using Genode on the L4ka::Pistachio kernel.