Author: sserapion
Date: Thu Jan 21 20:59:46 2010
New Revision: 45194
URL:
http://svn.reactos.org/svn/reactos?rev=45194&view=rev
Log:
Minor fix
Modified:
trunk/tools/Qemu GUI/QEmu.cs
Modified: trunk/tools/Qemu GUI/QEmu.cs
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/Qemu%20GUI/QEmu.cs?rev=45194…
==============================================================================
--- trunk/tools/Qemu GUI/QEmu.cs [iso-8859-1] (original)
+++ trunk/tools/Qemu GUI/QEmu.cs [iso-8859-1] Thu Jan 21 20:59:46 2010
@@ -144,17 +144,13 @@
switch (Platform)
{
case Platforms.x86:
+ case Platforms.x86_ISA:
p.StartInfo.FileName = this.Paths.QEmu + "\\qemu.exe";
break;
- case Platforms.x86_ISA:
- p.StartInfo.FileName = this.Paths.QEmu +
"\\qemu-system-x86_64.exe";
- break;
case Platforms.x64:
- p.StartInfo.FileName = this.Paths.QEmu + "\\qemu.exe";
- break;
case Platforms.x64_ISA:
p.StartInfo.FileName = this.Paths.QEmu +
"\\qemu-system-x86_64.exe";
- break;
+ break;
case Platforms.ARM_integratorcp926:
case Platforms.ARM_integratorcp1026:
case Platforms.ARM_versatilepb: