mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Make this explictly signed. Fixes PR1571.
llvm-svn: 40569
This commit is contained in:
parent
780ecf20d1
commit
391b3e4b4c
@ -6,6 +6,6 @@ long a;
|
||||
long b;
|
||||
};
|
||||
|
||||
void f(struct s a, char *b, char C) {
|
||||
void f(struct s a, char *b, signed char C) {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user