simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] some patches committed


From: Onno Kortmann
Subject: Re: [Simulavr-devel] some patches committed
Date: Fri, 22 May 2009 16:50:15 +0200
User-agent: KMail/1.9.5

Hi Joel,
Am Freitag, 22. Mai 2009 16:39 schrieb Joel Sherrill:
> Onno.. examples/feedback is not running for me
> with these changes in.  Please let me know
> what I missed committing.
I'll have a look. I just found that there is a strange change
in atmega128.cpp:

diff --git a/src/atmega128.cpp b/src/atmega128.cpp
index 80c838f..9619944 100644
--- a/src/atmega128.cpp
+++ b/src/atmega128.cpp
@@ -40,7 +40,7 @@
 //#include "avrdevice_impl.h"
 AvrDevice_atmega128::~AvrDevice_atmega128() {}
 AvrDevice_atmega128::AvrDevice_atmega128():
-AvrDevice(224, 4096, 0xef00, 128*1024),
+AvrDevice(224, 4096, 0xef00, 256*1024),
 aref()
 {

As far as I can see, this was not in my patch. Maybe 
this is some test code which slipped in?

Best regards,

Onno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]