diff --git a/package/rene/bochs/bochs.desc b/package/rene/bochs/bochs.desc index eb568e532..f9490a52f 100644 --- a/package/rene/bochs/bochs.desc +++ b/package/rene/bochs/bochs.desc @@ -38,8 +38,8 @@ [L] GPL [S] Stable -[V] 2.1 +[V] 2.1.1 [P] X -?---5---9 177.000 -[D] 163459690 bochs-2.1.tar.gz http://dl.sourceforge.net/sourceforge/bochs/ +[D] 790678614 bochs-2.1.1.tar.gz http://dl.sourceforge.net/sourceforge/bochs/ diff --git a/package/rene/bochs/gcc34.patch b/package/rene/bochs/gcc34.patch new file mode 100644 index 000000000..640df0b25 --- /dev/null +++ b/package/rene/bochs/gcc34.patch @@ -0,0 +1,11 @@ +--- ./fpu/reg_ld_str.c.orig 2004-09-11 11:16:18.645823112 +0200 ++++ ./fpu/reg_ld_str.c 2004-09-11 11:19:38.679413384 +0200 +@@ -315,7 +315,7 @@ + + + /* Get a short from user memory */ +-int BX_CPP_AttrRegparmN(1) ++int BX_CPP_AttrRegparmN(2) + FPU_load_int16(bx_address _s, FPU_REG *loaded_data) + { + s16 s, negative;