bugmeout / pyemu

Automatically exported from code.google.com/p/pyemu
0 stars 0 forks source link

python programming #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
is this code usable - or this code is only for non linux ?

programming in python isn't complicated - but so trivial bug ? (one from)

Tia,
m32

diff /devel/python/pyemu/PyEmu.py ./PyEmu.py
809c809
<         self.os.initialize(self.stack_base, self.stack_base -
self.stack_size, self.heap_base, self.heap_base + self.heap_size)

---
>         self.os.initialize(self, self.stack_base, self.stack_base -
self.stack_size, self.heap_base, self.heap_base + self.heap_size)
879c879
<         self.os.initialize(self.stack_base, self.stack_base -
self.stack_size, self.heap_base, self.heap_base + self.heap_size)

---
>         self.os.initialize(self, self.stack_base, self.stack_base -
self.stack_size, self.heap_base, self.heap_base + self.heap_size)

Original issue reported on code.google.com by Grzegorz...@gmail.com on 23 Jul 2009 at 2:20

GoogleCodeExporter commented 9 years ago
Cannot find this "trivial" bug in the source. Everything looks fine.

Original comment by codyrpie...@gmail.com on 23 Jul 2009 at 6:23