Fix build after the changes on rasm

This commit is contained in:
alvarofe 2017-09-04 21:54:57 +02:00
parent e472e74b9d
commit 6920d666d6

View File

@ -465,7 +465,6 @@ int main (int argc, char *argv[]) {
r_anal_set_bits (anal, sysbits);
}
// TODO set addrbytes
anal->addrbytes = a->addrbytes = 1;
char *r2arch = r_sys_getenv ("R2_ARCH");
if (r2arch) {
arch = r2arch;