-
Notifications
You must be signed in to change notification settings - Fork 21
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
Dev pranjal posix #110
Dev pranjal posix #110
Conversation
pranjalchanda08
commented
Feb 19, 2022
•
edited by akashkollipara
Loading
edited by akashkollipara
- Add Pthread base support
- Add call_arg type for mcall and scall
src/include/call_type.h
Outdated
#pragma once | ||
|
||
#if defined(ARCH_ARM_32) | ||
typedef unsigned long call_args; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be moved to core header file...
This will auto typedef. Anyways we have that header file in place for core specific functions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok sure
src/include/call_type.h
Outdated
@@ -0,0 +1,21 @@ | |||
/* | |||
* CYANCORE LICENSE | |||
* Copyrights (C) 2019, Cyancore Team |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2022 Year :)
<Arch> Updtaed call args
<Arch> procedure call update
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!