mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-09 20:13:35 +00:00
Fix filename in header and use C++ version of the C header files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219192 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2869d4800c
commit
038a3b8d65
@ -1,4 +1,4 @@
|
||||
//===-- X86DisassemblerDecoder.c - Disassembler decoder -------------------===//
|
||||
//===-- X86DisassemblerDecoder.cpp - Disassembler decoder -----------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -13,10 +13,10 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <stdarg.h> /* for va_*() */
|
||||
#include <stdio.h> /* for vsnprintf() */
|
||||
#include <stdlib.h> /* for exit() */
|
||||
#include <string.h> /* for memset() */
|
||||
#include <cstdarg> /* for va_*() */
|
||||
#include <cstdio> /* for vsnprintf() */
|
||||
#include <cstdlib> /* for exit() */
|
||||
#include <cstring> /* for memset() */
|
||||
|
||||
#include "X86DisassemblerDecoder.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user