~ubuntu-branches/ubuntu/maverick/radare/maverick

« back to all changes in this revision

Viewing changes to src/arch/m68k/code.c

  • Committer: Bazaar Package Importer
  • Author(s): SevenMachines
  • Date: 2010-09-07 15:44:27 UTC
  • mfrom: (1.1.3 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100907154427-37u92vu12tqabqqz
Tags: 1:1.5.2-3ubuntu1
* Merge from debian testing (LP: #621016)
* debian/control:
     + libvala-dev transition to libval-0.10-dev (LP: #618809) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <string.h>
27
27
 
28
28
// NOTE: bytes should be at least 16 bytes?
29
 
int arch_m68k_aop(u64 addr, const unsigned char *bytes, struct aop_t *aop)
 
29
int arch_m68k_aop(ut64 addr, const unsigned char *bytes, struct aop_t *aop)
30
30
{
31
31
 
32
32
        return 4;