[PATCH] rombios: add comment
"Sebastian Herbszt" <[email protected]>
| Newsgroups | gmane.comp.emulators.bochs.devel |
|---|---|
| Message-ID | <C427E51A65DC498C965E7A9C66109D41@FSCPC> |
Add comment to int71_handler. Sebastian Index: bios/rombios.c =================================================================== --- bios.orig/rombios.c +++ bios/rombios.c @@ -11272,7 +11272,7 @@ int09_finish: int71_handler: push ax mov al, #0x20 - out PORT_PIC2_CMD, al + out PORT_PIC2_CMD, al ;; slave PIC EOI pop ax int #0x0A iret ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ bochs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bochs-developers
add_comment.diff
(application/octet-stream, 318 B)
Index: bios/rombios.c =================================================================== --- bios.orig/rombios.c +++ bios/rombios.c @@ -11272,7 +11272,7 @@ int09_finish: int71_handler: push ax mov al, #0x20 - out PORT_PIC2_CMD, al + out PORT_PIC2_CMD, al ;; slave PIC EOI pop ax int #0x0A iret