mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
changed first arg of parseBytecodeBuffer to unsigned char
llvm-svn: 2978
This commit is contained in:
parent
830bb08488
commit
206dd8cd4e
@ -20,6 +20,6 @@ class Module;
|
||||
//
|
||||
Module *ParseBytecodeFile(const std::string &Filename,
|
||||
std::string *ErrorStr = 0);
|
||||
Module *ParseBytecodeBuffer(const uchar *Buffer, unsigned BufferSize);
|
||||
Module *ParseBytecodeBuffer(const unsigned char *Buffer, unsigned BufferSize);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user