Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
fcde4864
Commit
fcde4864
authored
9 years ago
by
whh8b
Browse files
Options
Downloads
Patches
Plain Diff
Rename PlopAddress to AddressDollop.
parent
491913d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/plugin_man.h
+1
-1
1 addition, 1 deletion
include/plugin_man.h
src/plugin_man.cpp
+2
-2
2 additions, 2 deletions
src/plugin_man.cpp
with
3 additions
and
3 deletions
include/plugin_man.h
+
1
−
1
View file @
fcde4864
...
...
@@ -42,7 +42,7 @@ class ZiprPluginManager_t : public ZiprPluginInterface_t
virtual
bool
DoesPluginPlop
(
libIRDB
::
Instruction_t
*
,
DLFunctionHandle_t
&
);
virtual
bool
DoesPlugin
Place
(
const
Range
Address
_t
&
,
const
Dollop_t
&
,
Range_t
&
,
DLFunctionHandle_t
&
);
virtual
bool
DoesPluginAddress
(
const
Dollop_t
*
,
Range_t
&
,
DLFunctionHandle_t
&
);
private
:
void
open_plugins
...
...
This diff is collapsed.
Click to expand it.
src/plugin_man.cpp
+
2
−
2
View file @
fcde4864
...
...
@@ -81,13 +81,13 @@ void ZiprPluginManager_t::CallbackLinkingEnd()
dispatch_to
(
CallbackLinkingEnd
);
}
bool
ZiprPluginManager_t
::
DoesPlugin
Place
(
const
RangeAddress_t
&
jump
,
const
Dollop_t
&
dollop
,
Range_t
&
place
,
DLFunctionHandle_t
&
placer
)
bool
ZiprPluginManager_t
::
DoesPlugin
Address
(
const
Dollop_t
*
dollop
,
Range_t
&
place
,
DLFunctionHandle_t
&
placer
)
{
DLFunctionHandleSet_t
::
iterator
it
=
m_handleList
.
begin
();
for
(
m_handleList
.
begin
();
it
!=
m_handleList
.
end
();
++
it
)
{
ZiprPluginInterface_t
*
zpi
=
(
ZiprPluginInterface_t
*
)
*
it
;
if
(
Must
==
zpi
->
Plop
Address
(
jump
,
dollop
,
place
))
if
(
Must
==
zpi
->
Address
Dollop
(
dollop
,
place
))
{
placer
=
zpi
;
return
true
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment