diff options
| -rw-r--r-- | vl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vl.c b/vl.c index d45c05df2d..7df4749ee7 100644 --- a/vl.c +++ b/vl.c @@ -161,11 +161,7 @@ # define LOG_IOPORT(...) do { } while (0) #endif -#ifdef TARGET_PPC -#define DEFAULT_RAM_SIZE 144 -#else #define DEFAULT_RAM_SIZE 128 -#endif /* Max number of USB devices that can be specified on the commandline. */ #define MAX_USB_CMDLINE 8 |