From 669c823f05880e4193286e3786a18658de0156a5 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 1 Jun 2011 10:27:04 +0200 Subject: [PATCH] libc: fix typo in kernel helper script Change-Id: I3b75b1323cf7a48cb839dede1552f24711847335 --- libc/kernel/tools/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/kernel/tools/defaults.py b/libc/kernel/tools/defaults.py index ca7e6bb4a..5e9d67700 100644 --- a/libc/kernel/tools/defaults.py +++ b/libc/kernel/tools/defaults.py @@ -45,7 +45,7 @@ kernel_default_arch_macros = { # Replace tokens in the output according to this mapping kernel_token_replacements = { - {"asm": "__asm__"}, + "asm": "__asm__", } # this is the set of known static inline functions that we want to keep