Closed GoogleCodeExporter closed 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
Grzegorz...@gmail.com
Cannot find this "trivial" bug in the source. Everything looks fine.
Original comment by codyrpie...@gmail.com on 23 Jul 2009 at 6:23
codyrpie...@gmail.com
Original issue reported on code.google.com by
Grzegorz...@gmail.com
on 23 Jul 2009 at 2:20