Skip to content

fix(mmu): remove duplicate NSEGS definition#360

Open
himanshi1505 wants to merge 1 commit intocodenet:p28-killfrom
himanshi1505:fix/mmu-dup-nsegs
Open

fix(mmu): remove duplicate NSEGS definition#360
himanshi1505 wants to merge 1 commit intocodenet:p28-killfrom
himanshi1505:fix/mmu-dup-nsegs

Conversation

@himanshi1505
Copy link
Copy Markdown

Problem

mmu.h defined NSEGS (and the same leading comment) twice —
once near the SEG_* selector block and again after the STA_*
bits.

Fix

Remove the second copy of the comment + #define NSEGS 6.

NSEGS and its accompanying comment were defined twice in mmu.h
(once near the segment-selector block, once again below the
STA_* flags). Drop the second copy.
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.

1 participant