diff options
| author | manuel <manuel@mausz.at> | 2012-03-27 11:51:08 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2012-03-27 11:51:08 +0200 |
| commit | 4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b (patch) | |
| tree | 868c52e06f207b5ec8a3cc141f4b8b2bdfcc165c /misc/bochs-2.3.7-typos.patch | |
| parent | eae0bd57f0a26314a94785061888d193d186944a (diff) | |
| download | progos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.tar.gz progos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.tar.bz2 progos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.zip | |
reorganize file structure to match the upstream requirements
Diffstat (limited to 'misc/bochs-2.3.7-typos.patch')
| -rw-r--r-- | misc/bochs-2.3.7-typos.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/bochs-2.3.7-typos.patch b/misc/bochs-2.3.7-typos.patch new file mode 100644 index 0000000..c9fb168 --- /dev/null +++ b/misc/bochs-2.3.7-typos.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | diff -NaurwB bochs-2.3.7.orig/cpu/ia_opcodes.h bochs-2.3.7/cpu/ia_opcodes.h | ||
| 2 | --- bochs-2.3.7.orig/cpu/ia_opcodes.h 2008-05-30 22:35:08.000000000 +0200 | ||
| 3 | +++ bochs-2.3.7/cpu/ia_opcodes.h 2008-06-04 14:56:46.000000000 +0200 | ||
| 4 | @@ -891,7 +891,7 @@ | ||
| 5 | bx_define_opcode(BX_IA_PF2ID_PqQq, BX_CPU_C::PF2ID_PqQq) | ||
| 6 | bx_define_opcode(BX_IA_PF2IW_PqQq, BX_CPU_C::PF2IW_PqQq) | ||
| 7 | bx_define_opcode(BX_IA_PFACC_PqQq, BX_CPU_C::PFACC_PqQq) | ||
| 8 | -bx_define_opcode(BX_IA_PFADD_PqQq, BX_CPU_C::BX_PFADD_PqQq) | ||
| 9 | +bx_define_opcode(BX_IA_PFADD_PqQq, BX_CPU_C::PFADD_PqQq) | ||
| 10 | bx_define_opcode(BX_IA_PFCMPEQ_PqQq, BX_CPU_C::PFCMPEQ_PqQq) | ||
| 11 | bx_define_opcode(BX_IA_PFCMPGE_PqQq, BX_CPU_C::PFCMPGE_PqQq) | ||
| 12 | bx_define_opcode(BX_IA_PFCMPGT_PqQq, BX_CPU_C::PFCMPGT_PqQq) | ||
| 13 | diff -NaurwB bochs-2.3.7.orig/iodev/iodebug.h bochs-2.3.7/iodev/iodebug.h | ||
| 14 | --- bochs-2.3.7.orig/iodev/iodebug.h 2008-05-01 22:46:58.000000000 +0200 | ||
| 15 | +++ bochs-2.3.7/iodev/iodebug.h 2008-06-04 14:45:50.000000000 +0200 | ||
| 16 | @@ -18,7 +18,7 @@ | ||
| 17 | virtual void init(void); | ||
| 18 | virtual void reset (unsigned type) {} | ||
| 19 | static void mem_write(BX_CPU_C *cpu, bx_phy_address addr, unsigned len, void *data); | ||
| 20 | - static void mem_read(BX_CPU_C *cpu, bx_phy_addressu addr, unsigned len, void *data); | ||
| 21 | + static void mem_read(BX_CPU_C *cpu, bx_phy_address addr, unsigned len, void *data); | ||
| 22 | |||
| 23 | private: | ||
| 24 | static Bit32u read_handler(void *this_ptr, Bit32u address, unsigned io_len); | ||
