Skip to content

Commit

Permalink
atombios not ported, but at least dont break the build
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Aug 26, 2024
1 parent 3bb3fbf commit 343dce1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions libr/asm/p/arch_blackfin.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* radare - LGPL - Copyright 2015-2023 - pancake */
/* radare - LGPL - Copyright 2015-2024 - pancake */

#include <r_lib.h>
#include <r_asm.h>
Expand Down Expand Up @@ -227,8 +227,8 @@ RArchPlugin r_arch_plugin_blackfin = {
.meta = {
.name = "blackfin",
.desc = "BlackFIN architecture plugin",
.author = "",
.version = "",
.author = "pancake",
.version = "0.2",
.license = "GPL",
.status = R_PLUGIN_STATUS_OK,
},
Expand Down
6 changes: 5 additions & 1 deletion libr/asm/p/asm_atombios.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* radare - LGPL - Copyright 2018 - damo22 */
/* radare - LGPL - Copyright 2018-2024 - damo22, pancake */
#if 0

#include <r_types.h>
#include <r_lib.h>
Expand Down Expand Up @@ -38,3 +39,6 @@ RLibStruct radare_plugin = {
.version = R2_VERSION
};
#endif
#else
#warning asm_atombios needs to be ported to RArch
#endif

0 comments on commit 343dce1

Please sign in to comment.