tinypy: clean warnings

git-svn-id: svn://kolibrios.org@8474 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack
2020-12-25 11:17:03 +00:00
parent 931a0ac397
commit 4930c1d7a2
6 changed files with 40 additions and 34 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ extern tp_obj tp_string(char const *v);
extern tp_obj tp_list(TP);
extern tp_obj tp_dict(TP);
extern void _tp_raise(TP,tp_obj);
#define _cdecl __attribute__((cdecl))
// #define _cdecl __attribute__((cdecl))
extern int (* _cdecl con_printf)(const char* format,...);
#define call70(par, st) asm volatile ("int $0x40":"=a"(st):"a"(70), "b"(par))