Displaying 1 result from an estimated 1 matches for "c445d4a0dd76".
2006 Mar 16
0
[PATCH 3a/3] Add shadow VRAM
...oves
changes to the configure script to check for SSE2 capabilities. SSE2 is
now only checked at run time.
Signed-off-by: Don Dugger <donald.d.dugger@intel.com>
--
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
Donald.D.Dugger@intel.com
Ph: (303)440-1368
diff -r c445d4a0dd76 tools/ioemu/hw/vga.c
--- a/tools/ioemu/hw/vga.c Tue Mar 14 19:33:45 2006 +0100
+++ b/tools/ioemu/hw/vga.c Thu Mar 16 14:15:07 2006 -0700
@@ -21,6 +21,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+#include <signal.h>
+#include <s...