Searched hist:c68aaa18921b88ba98a9c62cfe45d59f56de7808 (Results 1 – 2 of 2) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg.h | c68aaa18921b88ba98a9c62cfe45d59f56de7808 Mon Feb 15 16:17:21 UTC 2010 Stefan Weil <weil@mail.berlios.de> tcg: Add consistency checks for op definitions
When compiled with CONFIG_DEBUG_TCG, this code looks for missing, duplicate and wrong entries in the op definitions.
Errors will raise an assertion at program start (all checks are done in the initial phase).
The current code contains such errors, at least for i386 guest on i386 host.
Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
|
/qemu/tcg/ |
H A D | tcg.c | c68aaa18921b88ba98a9c62cfe45d59f56de7808 Mon Feb 15 16:17:21 UTC 2010 Stefan Weil <weil@mail.berlios.de> tcg: Add consistency checks for op definitions
When compiled with CONFIG_DEBUG_TCG, this code looks for missing, duplicate and wrong entries in the op definitions.
Errors will raise an assertion at program start (all checks are done in the initial phase).
The current code contains such errors, at least for i386 guest on i386 host.
Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
|