<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -150,20 +150,14 @@ namespace rubinius {
   }
 
   Object * MachineMethod::run_code(STATE, CallFrame* previous, Dispatch&amp; msg, Arguments&amp; args) {
-#ifdef IS_X86
     CompiledMethod* cm = as&lt;CompiledMethod&gt;(msg.method);
     VMMethod* vmm = cm-&gt;backend_method_;
     MachineMethod* mm = vmm-&gt;machine_method();
     void* func = mm-&gt;function();
     return ((executor)func)(state, previous, msg, args);
-#else
-    Assertion::raise(&quot;Only supported on x86&quot;);
-    return Qnil; // keep compiler happy
-#endif
   }
 
   Object* MachineMethod::activate() {
-#ifdef IS_X86
     if(!function()) return Qfalse;
 #ifdef MM_DEBUG
     vmmethod_-&gt;original.get()-&gt;execute = &amp;MachineMethod::run_code;
@@ -172,9 +166,5 @@ namespace rubinius {
 #endif
     vmmethod_-&gt;set_machine_method(this);
     return Qtrue;
-#else
-    Assertion::raise(&quot;Only supported on x86&quot;);
-    return Qfalse;
-#endif
   }
 }</diff>
      <filename>vm/builtin/machine_method.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a2debe21ecac189360ca6c48c0c03fa26bd49616</id>
    </parent>
  </parents>
  <author>
    <name>Evan Phoenix</name>
    <email>ephoenix@engineyard.com</email>
  </author>
  <url>http://github.com/evanphx/rubinius/commit/0c8637aa30c1434e7acef9e6af1b7ec00cf8fed8</url>
  <id>0c8637aa30c1434e7acef9e6af1b7ec00cf8fed8</id>
  <committed-date>2009-06-29T15:11:37-07:00</committed-date>
  <authored-date>2009-06-29T15:11:37-07:00</authored-date>
  <message>Remove crufty platform check</message>
  <tree>ccd5504314a7eb82a99d73052cde5aedf9c2282f</tree>
  <committer>
    <name>Evan Phoenix</name>
    <email>ephoenix@engineyard.com</email>
  </committer>
</commit>
