-
Notifications
You must be signed in to change notification settings - Fork 17
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
Problem with allocPTPage() in SVA/lib/mmu.c #10
Comments
Correct and correct. Please make the necessary changes, test them, and commit. |
Thanks Alan for pointing them out.
…On Thu, Jul 20, 2017 at 1:51 PM, John Criswell ***@***.***> wrote:
Correct and correct. Please make the necessary changes, test them, and
commit.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_jtcriswell_SVA_issues_10-23issuecomment-2D316780661&d=DwMCaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=9lVsUv0m4rDQCgSupIkpgbizkVWsSr2-oDgbaUgY_C0&m=P586f_puJyN5fs2Vjl5wC8Ia8KOCaR4mmKs15M71Xe0&s=AltbjPGhXW1VFLGpWEJ4eYHmwTXtgzx0s5Ey_6-BQOM&e=>,
or mute the thread
<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AGPCuZ3g0SkM6jOocgMucA6-2D5oweoVqhks5sP5OhgaJpZM4OeSK-2D&d=DwMCaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=9lVsUv0m4rDQCgSupIkpgbizkVWsSr2-oDgbaUgY_C0&m=P586f_puJyN5fs2Vjl5wC8Ia8KOCaR4mmKs15M71Xe0&s=NhbuvXHMZvWWLy-ZgRxCX1MPV2ESgGBESAsRV5vaIz4&e=>
.
|
jtcriswell
added a commit
that referenced
this issue
Jul 20, 2017
Fixed Issue 10 (#10). Modified the code to compare a pointer against NULL instead of against zero. Modified code that sets the ghostPTP flag for a memory frame so that it is set only when a free frame is found.
Fixed in Revision 40c6e6a. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: