Re: [PATCH 0/3] target/m68k: Fix a few semihosting bugs

2023-10-03 Thread Richard Henderson
On 8/2/23 09:19, Keith Packard via wrote: The first two patches mirror similar patches I recently sent for nios2. 1. Use correct parameter for EXIT (d1 instead of d0) 2. Fix use of deposit64 in LSEEK (argument order was incorrect) The second patch has also been submitted by Peter Maydell, i

Re: [PATCH 0/3] target/m68k: Fix a few semihosting bugs

2023-08-03 Thread Peter Maydell
On Wed, 2 Aug 2023 at 17:20, Keith Packard via wrote: > > The first two patches mirror similar patches I recently sent for nios2. > > 1. Use correct parameter for EXIT (d1 instead of d0) > 2. Fix use of deposit64 in LSEEK (argument order was incorrect) > > The second patch has also been submitte

[PATCH 0/3] target/m68k: Fix a few semihosting bugs

2023-08-02 Thread Keith Packard via
The first two patches mirror similar patches I recently sent for nios2. 1. Use correct parameter for EXIT (d1 instead of d0) 2. Fix use of deposit64 in LSEEK (argument order was incorrect) The second patch has also been submitted by Peter Maydell, it's included here because it was required to g