2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>

Remove nested functions in efiemu core

	* efiemu/runtime/efiemu.c (reflect): make static instead of nested
This commit is contained in:
phcoder 2009-06-04 20:16:13 +00:00
parent cc6c3ac1bf
commit e8df1d4eb3
2 changed files with 22 additions and 16 deletions

View file

@ -1,3 +1,9 @@
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
Remove nested functions in efiemu core
* efiemu/runtime/efiemu.c (reflect): make static instead of nested
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
Avoid clobbering %ebx/%rbx in inline assembly with Apple's CC