Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add assertion failure variant for win kernel #415

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

mtnpke
Copy link
Contributor

@mtnpke mtnpke commented Feb 22, 2021

Like some others (#118, #387), I am using EASTL in Windows kernel mode. Some of the default source files such as assert.cpp do not compile/work in this context because they require user-mode Windows functions. This PR removes this dependency from assert.cpp and provides a default variant for assertion failure in kernel mode.

This needs electronicarts/EABase#4 as prerequisite.

@james-moran-ea
Copy link
Contributor

I don't see any red flags with this, I've merged this and the EABase changes. Thanks for the submission!

@james-moran-ea james-moran-ea merged commit 29a805e into electronicarts:master Feb 10, 2022
@mtnpke mtnpke deleted the km_assert branch January 27, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants