Add tests for new alias default-args related commands and arguments.
[deliverable/binutils-gdb.git] / cpu / bpf.cpu
index 47d7cb0f1580b4ece1c0b831ad2dddfe73fd2328..dcfb0ca8cf1dc8f833277c9b8bf69e2e64297be2 100644 (file)
     ;; Length of an unknown instruction.  Used by disassembly and by the
     ;; simulator's invalid insn handler.
     (default-insn-bitsize 64)
-    ;; Number of bits of insn that can be initially fetched.  XXX this
-    ;; should be 64 (the size of the smallest insn) but until CGEN
-    ;; gets fixed to place constant fields in their own words, we have
-    ;; to use this workaround to avoid the opcode byte to be placed at
-    ;; the wrong side of the instruction when assembling in
-    ;; big-endian.
-    (base-insn-bitsize 8)))
+    ;; Number of bits of insn that can be initially fetched.  This is
+    ;; the size of the smallest insn.
+    (base-insn-bitsize 64)))
 
 (define-bpf-isa le)
 (define-bpf-isa be)
This page took 0.024518 seconds and 4 git commands to generate.