about summary refs log tree commit diff
path: root/pkgs/aszlig/radare2/att-syntax-by-default.patch
blob: 908723b0356eece1ebb5dc30be98244c49fdd457 (plain) (blame)
1
2
3
4
5
6
7
diff --git a/libr/core/cconfig.c b/libr/core/cconfig.c
index 53252df6a..da45bad50 100644
--- a/libr/core/cconfig.c
+++ b/libr/core/cconfig.c
@@ -3620,1 +3620,1 @@ R_API int r_core_config_init(RCore *core) {
-	n = NODECB ("asm.syntax", "intel", &cb_asmsyntax);
+	n = NODECB ("asm.syntax", "att", &cb_asmsyntax);