mirror of
https://github.com/termux/termux-packages.git
synced 2025-07-17 16:24:44 +00:00
12 lines
191 B
Diff
12 lines
191 B
Diff
--- a/include/assemble.h
|
|
+++ b/include/assemble.h
|
|
@@ -8,7 +8,7 @@
|
|
const size_t);
|
|
|
|
const
|
|
-size_t assemble_arm(
|
|
+size_t assemble(
|
|
uint8_t *const,
|
|
const size_t,
|
|
const char *const,
|