Hi,
On Mon, 1 Nov 2010, Alexander Graf wrote:
> > No. Pointers of same type which are not void pointers can be compared.
> >
> > There is even a data type ptrdiff_t, so you can also compare their
> > difference with zero.
>
> Let's ask someone who definitely knows :).
>
> Michael, is code like
Am 01.11.2010 22:17, schrieb Alexander Graf:
On 01.11.2010, at 16:19, Stefan Weil wrote:
Am 01.11.2010 20:51, schrieb Alexander Graf:
On 01.11.2010, at 14:42, Stefan Weil wrote:
Am 01.11.2010 19:29, schrieb Blue Swirl:
On Mon, Nov 1, 2010 at 3:01 PM, Alexander Graf wrote:
---
hw/elf_o
On 01.11.2010, at 16:19, Stefan Weil wrote:
> Am 01.11.2010 20:51, schrieb Alexander Graf:
>> On 01.11.2010, at 14:42, Stefan Weil wrote:
>>
>>
>>> Am 01.11.2010 19:29, schrieb Blue Swirl:
>>>
On Mon, Nov 1, 2010 at 3:01 PM, Alexander Graf wrote:
> ---
>
Am 01.11.2010 20:51, schrieb Alexander Graf:
On 01.11.2010, at 14:42, Stefan Weil wrote:
Am 01.11.2010 19:29, schrieb Blue Swirl:
On Mon, Nov 1, 2010 at 3:01 PM, Alexander Graf wrote:
---
hw/elf_ops.h | 61 +-
h
On 01.11.2010, at 14:42, Stefan Weil wrote:
> Am 01.11.2010 19:29, schrieb Blue Swirl:
>> On Mon, Nov 1, 2010 at 3:01 PM, Alexander Graf wrote:
>>
>>> ---
>>> hw/elf_ops.h | 61
>>> +-
>>> hw/loader.c |7 ++
>>> hw/loader.h
Am 01.11.2010 19:29, schrieb Blue Swirl:
On Mon, Nov 1, 2010 at 3:01 PM, Alexander Graf wrote:
---
hw/elf_ops.h | 61 +-
hw/loader.c |7 ++
hw/loader.h |3 ++
3 files changed, 70 insertions(+), 1 deletions(-)
diff
On Mon, Nov 1, 2010 at 3:01 PM, Alexander Graf wrote:
> ---
> hw/elf_ops.h | 61
> +-
> hw/loader.c | 7 ++
> hw/loader.h | 3 ++
> 3 files changed, 70 insertions(+), 1 deletions(-)
>
> diff --git a/hw/elf_ops.h b/hw/elf_ops.h
---
hw/elf_ops.h | 61 +-
hw/loader.c |7 ++
hw/loader.h |3 ++
3 files changed, 70 insertions(+), 1 deletions(-)
diff --git a/hw/elf_ops.h b/hw/elf_ops.h
index 8b63dfc..645d058 100644
--- a/hw/elf_ops.h
+++ b/hw/elf_ops.h
@@