diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 97b2fc3..ed46d89 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -16,11 +16,11 @@ "compilerPath": "/usr/bin/gcc", "cStandard": "c17", "cppStandard": "c++20", - "intelliSenseMode": "gcc-x86", + "intelliSenseMode": "gcc-x64", "configurationProvider": "ms-vscode.makefile-tools", "compilerArgs": [ - "-m32", - //"-mcmodel=kernel", /* 64-bit only */ + // "-m32", + "-mcmodel=kernel", /* 64-bit only */ "-fno-rtti", "-fexceptions", "-fno-pic", diff --git a/.vscode/settings.json b/.vscode/settings.json index fb7fda8..3776eb0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "C_Cpp.autocompleteAddParentheses": true, "C_Cpp.codeAnalysis.clangTidy.enabled": true, "C_Cpp.clang_format_style": "Visual Studio", - "C_Cpp.default.intelliSenseMode": "gcc-x86", + "C_Cpp.default.intelliSenseMode": "gcc-x64", "C_Cpp.default.cStandard": "c17", "C_Cpp.default.cppStandard": "c++20", "C_Cpp.intelliSenseMemoryLimit": 16384,