Add missing docblocks for NP2 and NP3

This commit is contained in:
Peter Evans 2018-02-22 14:10:19 -06:00
parent 978ad1faaf
commit bee2a0e86a
1 changed files with 8 additions and 0 deletions

View File

@ -68,10 +68,18 @@ DEFINE_INST(nop)
// do nothing
}
/*
* This is not any different from NOP, except that it uses a different
* address mode.
*/
DEFINE_INST(np2)
{
}
/*
* This is not any different from NOP, except that it uses a different
* address mode.
*/
DEFINE_INST(np3)
{
}